| average_tem | R Documentation |
This function just averages the templates. An average image is returned, but it is just all the images superimposed. To create a template-aware average, see avg().
average_tem(stimuli, name = "average")
stimuli |
list of stimuli |
name |
Name for the average |
list of stimuli consisting of just the average
Template functions
auto_delin(),
centroid(),
change_lines(),
delin(),
draw_tem(),
features(),
get_point(),
remove_tem(),
require_tems(),
same_tems(),
squash_tem(),
subset_tem(),
tem_def(),
viz_tem_def()
tem_only_avg <- demo_stim() |> average_tem() # view the average template draw_tem(tem_only_avg, bg = "white") # view the superimposed image tem_only_avg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.