| plot_rows | R Documentation |
Plot in rows
plot_rows(
...,
top_label = NULL,
maxwidth = wm_opts("plot.maxwidth"),
maxheight = wm_opts("plot.maxheight")
)
... |
stimlists (optionally named) and any arguments to pass on to |
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 |
stimlist with plot
Visualisation functions
as_ggplot(),
draw_tem(),
gglabel(),
label(),
mlabel(),
plot.stimlist(),
plot.stim(),
plot_stim()
s <- demo_unstandard() plot_rows( female = s[1:3], male = s[6:8], maxwidth = 600 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.