blank: Make blank images

Description Usage Arguments Value Examples

View source: R/blank.R

Description

Make blank images

Usage

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

Arguments

n

the number of images to return

width

width of the images

height

height of the images

color

background colour of the images

names

names of the images

Value

stimlist with labelled images

Examples

1
2
blank(5, 100, 300, color = rainbow(5)) %>%
  plot()

facelab/webmorph documentation built on April 11, 2021, 6:34 a.m.