View source: R/plot_additional.R
plot_pseudotime3D | R Documentation |
This function shows pseudotimes in low-dimensional spaces.
plot_pseudotime3D( ElasticTree, Pseudotimes, labels, colors, theta = 30, phi = 30, title = "", xlabel = "", ylabel = "", zlabel = "" )
ElasticTree |
An elastic tree object computed by MERLoT. |
Pseudotimes |
A pseudotime (high-dim) 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.