Ternary-package {Ternary} | R Documentation |
The 'Ternary' package allows the creation of ternary plots (a.k.a. ternary graphs / simplex plots / Gibbs triangles / de Finetti diagrams) using the familiar functions of the default 'graphics' package.
Description
For simple use cases, generate ternary plots using the point-and-click Shiny app:
Details
install.packages('Ternary') Ternary::TernaryApp()
For greater control over your plots, use the R command line;
for usage instructions, consult the guidance article
online or by
typing vignette('Ternary', 'Ternary')
at the R console.
Author(s)
Maintainer: Martin R. Smith martin.smith@durham.ac.uk (ORCID) [copyright holder]
Other contributors:
Lilian Sanselme [contributor]
See Also
Useful links:
Report bugs at https://github.com/ms609/Ternary/issues/
[Package Ternary version 2.3.1 Index]