Use webmorph.org to make faces symmetric in shape and/or colour.
Usage
symmetrize(stimuli, shape = 1, color = 1, tem_id = "frl", ...)
symmetrise(stimuli, shape = 1, color = 1, tem_id = "frl", ...)
See also
WebMorph.org functions
avg()
,
continuum()
,
loop()
,
trans()
,
webmorph_up()
Examples
# \donttest{
if (webmorph_up()) {
stimuli <- demo_stim(1)
sym_both <- symmetrize(stimuli)
sym_shape <- symmetrize(stimuli, color = 0)
sym_color <- symmetrize(stimuli, shape = 0)
sym_anti <- symmetrize(stimuli, shape = -1.0, color = 0)
}
# }