plot.RM {MANOVA.RM}R Documentation

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 specified RM-model.

Usage

## S3 method for class 'RM'
plot(x, leg = TRUE, ...)

Arguments

x

An object of class RM

leg

Logical: Should a legend be plotted?

...

Additional parameters to be passed to plot()


[Package MANOVA.RM version 0.5.4 Index]