lines.ternary {provenance} | R Documentation |
Ternary line plotting
Description
Add lines to an existing ternary diagram
Usage
## S3 method for class 'ternary'
lines(x, ...)
Arguments
x |
an object of class |
... |
optional arguments to the generic |
Examples
tern <- ternary(Namib$PT,'Q',c('KF','P'),c('Lm','Lv','Ls'))
plot(tern,pch=21,bg='red',labels=NULL)
middle <- matrix(c(0.01,0.49,0.01,0.49,0.98,0.02),2,3)
lines(ternary(middle))
[Package provenance version 4.3 Index]