View source: R/plot_additional.R
plot_elasticTree3D | R Documentation |
This function shows elastic trees in low-dimensional spaces.
plot_elasticTree3D( ElasticTree, labels, colors, theta = 30, phi = 30, title = "", xlabel = "", ylabel = "", zlabel = "" )
ElasticTree |
An elastic tree object computed by MERLoT. |
labels |
NULL or a vector of labels of all the samples, corresponding to colors. |
colors |
NULL or a vector of colors of all the samples, corresponding to labels. |
theta |
Angle of the plot. |
phi |
Angle of the plot. |
title |
Title. |
xlabel |
x-axis label. |
ylabel |
y-axis label. |
zlabel |
z-axis label. |
A scatter3D object in plot3D package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.