ternaryWindow-methods: Set up World Coordinates for a ternary plot (invisible base...

Description Usage Arguments

Description

Set up World Coordinates for a ternary plot (invisible base plot)

Usage

1
2
3
4
5
6
7
ternaryWindow(s, ...)

## S3 method for class 'character'
ternaryWindow(s, x, scale = FALSE, ...)

## S3 method for class 'ternarySystem'
ternaryWindow(s, x, scale = FALSE, ...)

Arguments

s

A ternarySystem object, as created with createTernarySystem, or a single character string. Can be missing.

x

A data.frame or a matrix containing point ternary data (x-y-x) to be ploted on the graph. It should contain the 3 columns names given in s. Can be missing or NULL.

scale

A data.frame with 3 columns and 2 rows. Contains the min and max limits of each of the 3 variables (columns = variables, rows = min and max).

...

Additional parameters passed to specific methods.


ternaryplot documentation built on May 2, 2019, 6:11 p.m.