dual_multiopts: Produces dual outputs (table & plot) for multi-response...

View source: R/outputs.R

dual_multioptsR Documentation

Produces dual outputs (table & plot) for multi-response variables

Description

Produces dual outputs (table & plot) for multi-response variables

Usage

dual_multiopts(
  dat,
  indices,
  ...,
  size = getOption("jgbv.axis.text.size"),
  na.rm = TRUE
)

Arguments

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.


BroVic/raampGBV documentation built on Oct. 7, 2022, 11:06 p.m.