Learn R Programming

webmorphR (version 0.1.1)

plot_rows: Plot in rows

Description

Plot in rows

Usage

plot_rows(
  ...,
  top_label = NULL,
  maxwidth = wm_opts("plot.maxwidth"),
  maxheight = wm_opts("plot.maxheight")
)

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

Value

stimlist with plot

See Also

Visualisation functions as_ggplot(), draw_tem(), gglabel(), label(), mlabel(), plot.stimlist(), plot.stim(), plot_stim()

Examples

Run this code
# 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