Usage
## S3 method for class 'rcc':
plotVar(object, comp = 1:2, rad.in = 0.5, cutoff = NULL,
        X.label = FALSE, Y.label = FALSE,
        pch = NULL, cex = NULL, col = NULL, font = NULL, \ldots)
## S3 method for class 'pls':
plotVar(object, comp = 1:2, rad.in = 0.5, 
        X.label = FALSE, Y.label = FALSE, pch = NULL, cex = NULL, 
        col = NULL, font = NULL, \ldots)
## S3 method for class 'plsda':
plotVar(object, comp = 1:2, rad.in = 0.5, 
        var.label = FALSE, pch = NULL, cex = NULL, col = NULL, 
        font = NULL, \ldots)		
## S3 method for class 'spls':
plotVar(object, comp = 1:2, rad.in = 0.5, 
        X.label = FALSE, Y.label = FALSE, pch = NULL, cex = NULL, 
        col = NULL, font = NULL, \ldots)	 
## S3 method for class 'splsda':
plotVar(object, comp = 1:2, rad.in = 0.5, 
        var.label = FALSE, pch = NULL, cex = NULL, col = NULL, 
        font = NULL, \ldots)
## S3 method for class 'pca':
plotVar(object, comp = 1:2, rad.in = 0.5, 
        var.label = FALSE, \ldots)
## S3 method for class 'spca':
plotVar(object, comp = 1:2, rad.in = 0.5, 
        var.label = FALSE, pch = NULL, cex = NULL, col = NULL, 
        font = NULL, \ldots)Arguments
object
object of class inheriting from "rcc", "pls", "plsda", 
    "spls", "splsda", "pca" or "spca".
comp
integer vector of length two. The components that will be used on the horizontal 
	and the vertical axis respectively to project the variables.
rad.in
numeric between 0 and 1, the radius of the inner circle. Defaults to 0.5.
cutoff
numeric between 0 and 1. Variables with correlations below this cutoff 
    in absolute value are not plotted (see Details).
X.label, Y.label, var.label
either a character vector of names for the variables 
    or FALSE for no names. If TRUE, the columns names 
	of the matrice are used as labels.
col
character or integer vector of colors for plotted character and symbols. 
	See Details.
pch
plot character. A vector of single characters 
	or integers. See points for all alternatives. cex
numeric vector of character expansion sizes for the plotted character and symbols.
font
numeric vector of font to be used. See par for details.