| symmetrize | R Documentation |
Use webmorph.org to make faces symmetric in shape and/or colour.
symmetrize(stimuli, shape = 1, color = 1, tem_id = "frl", ...) symmetrise(stimuli, shape = 1, color = 1, tem_id = "frl", ...)
stimuli |
list of stimuli |
shape, color |
amount of symmetry (0 for none, 1.0 for perfect) |
tem_id |
template ID to be passed to |
... |
Additional arguments to pass to |
list of stimuli with symmetrised images and templates
WebMorph.org functions
avg(),
continuum(),
loop(),
trans(),
webmorph_up()
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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.