plot.alsos: Plotting method for ALSOS object

Description Usage Arguments Value

Description

Makes a plot or optionally returns data for user-generated plots from an alsos object

Usage

1
2
## S3 method for class 'alsos'
plot(x, which_var = NULL, return_data = FALSE, ...)

Arguments

x

An object of class alsos.

which_var

The name of a raw variable that was scaled in the alsos procedure for which a meausrement function should be returned.

return_data

Logical indicating whether the data should be returned (if TRUE) or a plot generated (if FALSE)

...

arguments to be passed in, currently not implemented.

Value

A plot.


DAMisc documentation built on Jan. 12, 2022, 1:07 a.m.