# NOT RUN {
## Create an interactive 3D Scatter plot in a temporal directory of your local machine
## Live examples on https://rjsplot.usal.es
# 3D Scatter plot creation
if(interactive()){
scatter3d_rjs(iris$Sepal.Width, iris$Sepal.Length, iris$Petal.Width,
color = iris$Species, xlab = "Sepal Width (cm)", ylab = "Sepal Length (cm)",
zlab = "Petal Width (cm)")
}
# }
Run the code above in your browser using DataLab