read_tem: Read tem file

View source: R/read_stim.R

read_temR Documentation

Read tem file

Description

Read tem file

Usage

read_tem(path)

Arguments

path

path to template file

Value

list of template info

See Also

Stimulus creating functions animate(), as_stimlist(), blank(), new_stimlist(), new_stim(), read_img(), read_stim(), write_stim()

Examples

path <- system.file("extdata/test/f_multi.tem", 
                    package = "webmorphR")
tem <- read_tem(path)

webmorphR documentation built on June 2, 2022, 5:07 p.m.