| dual_multiopts | R Documentation |
Produces dual outputs (table & plot) for multi-response variables
dual_multiopts(
dat,
indices,
...,
size = getOption("jgbv.axis.text.size"),
na.rm = TRUE
)
dat |
The data frame |
indices |
Columns to be used. Could be an integer vector (indices of the columns) or a character vector of length 1 - a regular expression for the columns to be selected. |
... |
Arguments passed for internal use. |
size |
The font size for the axis labels. |
na.rm |
Logical; whether to keep NAs or not. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.