powered by
lines3d(x,y,z,add=FALSE,...)
TRUE
rgl
rgl.material
rgl.lines
#Plot a three-dimensional helix. t = seq(0,10*pi,by=pi/50) lines3d(4*sin(t),4*cos(t),t,color="red")
Run the code above in your browser using DataLab