plot_data_3d: Create a 3D interactive plot

View source: R/plot_data.r

plot_data_3dR Documentation

Create a 3D interactive plot

Description

This function creates a 3D interactive plot of the data.

Usage

plot_data_3d(data, file, group = FALSE, size = 1.25)

Arguments

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 TRUE, the colors of the data points represent the group assignment instead of the node count

size

Size of data point

Value

This function outputs an object of the plotly class to an HTML file.

Author(s)

Kevin Surya


suryakevin/drugcandy documentation built on May 6, 2022, 6:37 p.m.