Learn R Programming

webmorphR (version 0.1.1)

read_tem: 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

Run this code
# NOT RUN {
path <- system.file("extdata/test/f_multi.tem", 
                    package = "webmorphR")
tem <- read_tem(path)
# }

Run the code above in your browser using DataLab