Description Usage Arguments Examples
View source: R/simulate_data.R
A simple 3d plot function using plotly.
1 | plotly_3D(sim_data)
|
sim_data |
The data to be plotted. |
1 2 3 | sim_data <- swiss_roll(600)
library(plotly)
plotly_3D(sim_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.