plot.amalgam: Plot 'amalgam' Object

Description Usage Arguments

View source: R/5-methods.R

Description

This function plots an amalgam object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'amalgam'
plot(
  x,
  col = rep(1, nrow(x$amalgams)),
  center = FALSE,
  scale = FALSE,
  a1 = 1,
  a2 = 2,
  a3 = 3,
  ...
)

Arguments

x

An amalgam object.

col

A character vector. Used to color the figure.

center

A logical. Toggles whether to center the ternary plot.

scale

A logical. Toggles whether to scale the ternary plot.

a1, a2, a3

The amalgams to show in the ternary plot.

...

Not used.


tpq/amalgam documentation built on March 14, 2020, 10:27 a.m.