Plot in rows
Arguments
- ...
stimlists (optionally named) and any arguments to pass on to
label
- top_label
logical; whether to plot row labels above the row (TRUE) or inside (FALSE), if NULL, then TRUE if stimlists are named
- maxwidth, maxheight
maximum width and height of each row in pixels
Examples
s <- demo_unstandard()
plot_rows(
female = s[1:3],
male = s[6:8],
maxwidth = 600
)