View source: R/plot.trioscale.R
plot.trioscale | R Documentation |
Plotting function for object of class trioscale
## S3 method for class '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,
...
)
x |
An object of class trioscale. |
ycol |
colour for representation of response variables |
xcol |
colour for representation of predictor variables |
ocol |
colour for representation of row objects |
markersize |
size of points |
labelsize |
size of labels |
classlabels |
List with plotting options for the labels of the Anchor points |
s1 |
scaling factor for distance between points and log-ratio axes |
s2 |
scaling factor for positioning class labels |
s3 |
scaling factor for positioning variable lables |
... |
additional arguments to be passed. |
This function returns an plot
## Not run:
out = trioscale(data)
plot.trioscale(out)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.