blank: Make blank images

View source: R/blank.R

blankR Documentation

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

stimuli <- blank(5, 100, 250, color = rainbow(5))

label(stimuli, size = 20)

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