plot.trioscale: Plotting function for object of class trioscale

View source: R/plot.trioscale.R

plot.trioscaleR Documentation

Plotting function for object of class trioscale

Description

Plotting function for object of class trioscale

Usage

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

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.

Value

This function returns an plot

Examples

## Not run: 
out = trioscale(data)
plot.trioscale(out)

## End(Not run)



lmap documentation built on April 3, 2025, 5:47 p.m.

Related to plot.trioscale in lmap...