Learn R Programming

RRPP (version 0.6.1)

plot.predict.lm.rrpp: Plot Function for RRPP

Description

Plot Function for RRPP

Usage

# S3 method for predict.lm.rrpp
plot(x, PC = FALSE, ellipse = FALSE, label = TRUE, ...)

Arguments

x

plot object (from predict.lm.rrpp)

PC

A logical argument for whether the data space should be rotated to its principal components

ellipse

A logical argument to change error bars to ellipses in multivariate plots. It has no function for univariate plots.

label

A logical argument for whether points should be labeled (in multivariate plots).

...

other arguments passed to plot (helpful to employ different colors or symbols for different groups). See plot.default and par