plot.stimlist: Plot stimuli

Description Usage Arguments Value Examples

View source: R/plot.R

Description

Plot stimuli in a stimlist. Returns a ggplot with attributes width and height that are the width and height of the image in pixels.

Usage

1
2
## S3 method for class 'stimlist'
plot(x, y, ...)

Arguments

x

list of class stimlist

y

omitted

...

Arguments to be passed to grid_stim

Value

ggplot

Examples

1
demo_stim("test") %>% plot()

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