Learn R Programming

lmap (version 0.2.4)

plot.trioscale: Plotting function for object of class trioscale

Description

Plotting function for object of class trioscale

Usage

# 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,
  ...
)

Value

This function returns an plot

Arguments

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.

Examples

Run this code
if (FALSE) {
out = trioscale(data)
plot.trioscale(out)
}


Run the code above in your browser using DataLab