ternaryPoints-methods: Add points to a ternary plot

Description Usage Arguments Value See Also

Description

Add points to a ternary plot

Usage

1
2
3
4
ternaryPoints(s, ...)

## S3 method for class 'ternarySystem'
ternaryPoints(s, x, .plot = TRUE, ...)

Arguments

s

A ternarySystem object.

x

A data.frame or a matrix containing ternary data-points.

.plot

Single logical value. Set to FALSE if you don't want to plot the graphical element and simply returns them as x-y coordinates (or Spatial* objects if sp is set to TRUE in tpPar).

...

Additional parameters passed to points.

Value

Invisibly returns the graphical element as x-y coordinates or a Spatial* objects (see .plot).

See Also

points.


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