Description Usage Arguments Value Examples
This function just averages the templates. An average image is returned, but it is just all the images superimposed. To create a full average, see average
.
1 | average_tem(stimuli, name = "average")
|
stimuli |
list of class stimlist |
name |
Name for the average |
list with class stimlist
1 2 3 4 | demo_stim("lisa") %>%
average_tem() %>%
draw_tem(bg = "none") %>%
plot()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.