http://www.sthda.com/english/wiki/impressive-package-for-3d-and-4d-graph-r-software-and-data-visualization

data(iris)
x <- sep.l <- iris$Sepal.Length
y <- pet.l <- iris$Petal.Length
z <- sep.w <- iris$Sepal.Width

library(plot3D)
scatter3D(x, y, z)

# library(manipulate)
# manipulate(
#   scatter3D(x, y, z, theta = theta, phi = phi), 
#   theta = slider(0, 100), 
#   phi = slider(0, 100))


jchrom/DSAN02 documentation built on May 18, 2019, 10:22 p.m.