powered by
Plot a line in a 3D plot through a set of points
lines3D(pl, x, y, z, ...)
No return value, called for side effects
Matrix containing the current plot coordinates.
Vector with x-coordinates.
Vector with y-coordinates.
Vector with z-coordinates.
additional graphical parameters (see lines()).
pl=coord3D(30) lines3D(pl,0:10,0:10,rep(0,11)) lines3D(pl,0:10,0:10,c(0,2,1,3:8,7,5),col=2)
Run the code above in your browser using DataLab