powered by
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 label
label
logical; whether to plot row labels above the row (TRUE) or inside (FALSE), if NULL, then TRUE if stimlists are named
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()
as_ggplot()
draw_tem()
gglabel()
label()
mlabel()
plot.stimlist()
plot.stim()
plot_stim()
# NOT RUN { s <- demo_unstandard() plot_rows( female = s[1:3], male = s[6:8], maxwidth = 600 ) # }
Run the code above in your browser using DataLab