Learn R Programming

RRPP (version 0.6.1)

plot.ordinate: Plot Function for RRPP

Description

Plot Function for RRPP

Usage

# S3 method for ordinate
plot(x, axis1 = 1, axis2 = 2, ...)

Arguments

x

An object of class ordinate

axis1

A value indicating which component should be displayed as the X-axis (default = C1)

axis2

A value indicating which component should be displayed as the Y-axis (default = C2)

...

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

Value

An object of class "plot.ordinate" is a list with components that can be used in other plot functions, such as the type of plot, points, a group factor, and other information depending on the plot parameters used.