Skip to contents

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().

Usage

average_tem(stimuli, name = "average")

Arguments

stimuli

list of stimuli

name

Name for the average

Value

list of stimuli consisting of just the average

Examples

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