plot.troppca | R Documentation |
Visualize the second order tropical principle components in troppca
as a tropical triangle with projections on a two-dimensional plot via tropical isometry.
## S3 method for class 'troppca' plot( x, point_class = NULL, fw = FALSE, plot.tree = FALSE, leaf.names = NULL, ntopology = 6, ... )
x |
a fitted |
point_class |
a vector of labels of all points in the given data matrix. Not needed for unlabeled data. (default: NULL) |
fw |
a logical variable to determine if to add Fermat-Weber point of the data projection. (default: FALSE) |
plot.tree |
a logical value indicating if to plot tree topology (default: FALSE) |
leaf.names |
the name of the leaves of the first tree in the data set (default: NULL) |
ntopology |
a numeric value indicating the number of most frequent tree topology to plot (default: 6) |
... |
Not used. Other arguments to plot |
plot.troppca
does not return anything other than the plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.