Learn R Programming

webmorphR (version 0.1.1)

blank: Make blank images

Description

Make blank images

Usage

blank(n = 1, width = 100, height = 100, color = "white", names = "img")

Arguments

n

the number of images to return

width, height

image dimensions

color

background color, see color_conv()

names

names of the images (appended with index if < n)

Value

list of stimuli

See Also

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

Examples

Run this code
# NOT RUN {
stimuli <- blank(5, 100, 250, color = rainbow(5))

label(stimuli, size = 20)
# }

Run the code above in your browser using DataLab