lines.ternary | R Documentation |
Add lines to an existing ternary diagram
## S3 method for class 'ternary'
lines(x, ...)
x |
an object of class |
... |
optional arguments to the generic |
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.