plot_rows: Plot in rows

View source: R/plot.R

plot_rowsR Documentation

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

s <- demo_unstandard()
plot_rows(
  female = s[1:3],
  male = s[6:8],
  maxwidth = 600
)

webmorphR documentation built on June 2, 2022, 5:07 p.m.