plot_data_3d | R Documentation |
This function creates a 3D interactive plot of the data.
plot_data_3d(data, file, group = FALSE, size = 1.25)
data |
A data frame with path length in the 1st column, node count in the 2nd, time in the 3rd, group assignment in the 4th (optional), and taxon names as the row names |
file |
Output file directory |
group |
If |
size |
Size of data point |
This function outputs an object of the plotly
class to an HTML
file.
Kevin Surya
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.