Learn R Programming

webmorphR (version 0.1.1)

read_img: Read image file

Description

Read image file

Usage

read_img(path)

Arguments

imgfile

Value

list of image info

See Also

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

Examples

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

Run the code above in your browser using DataLab