powered by
Plotting function for object of class trioscale
# S3 method for trioscale plot( x, ycol = "darkgreen", xcol = "darkblue", ocol = "grey", markersize = 2.5, labelsize = 3, classlabels = NULL, s1 = 2.5, s2 = 1.05, s3 = 1.15, ... )
This function returns an plot
An object of class trioscale.
colour for representation of response variables
colour for representation of predictor variables
colour for representation of row objects
size of points
size of labels
List with plotting options for the labels of the Anchor points
scaling factor for distance between points and log-ratio axes
scaling factor for positioning class labels
scaling factor for positioning variable lables
additional arguments to be passed.
if (FALSE) { out = trioscale(data) plot.trioscale(out) }
Run the code above in your browser using DataLab