Learn R Programming

DAMisc (version 1.7.2)

plot.alsos: Plotting method for ALSOS object

Description

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

Usage

# S3 method for 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.