Learn R Programming

MANOVA.RM (version 0.3.2)

plot.RM: Plot function for an RM object

Description

Generic plot function for RM objects: Returns a plot of the mean values along with confidence intervals for a factor (combination) specified by the user.

Usage

# S3 method for RM
plot(x, CI.info = FALSE, ...)

Arguments

x

An object of class RM

CI.info

If CI.info = TRUE, the mean values and confidence limits of the considered contrast are printed.

...

Additional parameters to be passed to plot()

Details

An additional argument factor can be used to specify the factor(s) used for plotting in two- and higher-way layouts. See the examples for details.