plot.looCV | R Documentation |
Plot Function for RRPP
## S3 method for class 'looCV'
plot(x, axis1 = 1, axis2 = 2, flip = NULL, ...)
x |
An object of class |
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) |
flip |
An argument that if not NULL can be used to flip components in the plot. The values need to match axis1 or axis2. For example, if axis1 = 3 and axis2 = 4, flip = 1 will not change either axis; flip = 3 will flip only the horizontal axis; flip = c(3, 4) will flip both axes. Axis will only be flipped in first plot. |
... |
other arguments passed to plot (helpful to employ different colors or symbols for different groups). See |
Michael Collyer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.