| lines3D | R Documentation | 
Plot a line in a 3D plot through a set of points
lines3D(pl, x, y, z, ...)
| pl | Matrix containing the current plot coordinates. | 
| x | Vector with x-coordinates. | 
| y | Vector with y-coordinates. | 
| z | Vector with z-coordinates. | 
| ... | additional graphical parameters (see lines()). | 
No return value, called for side effects
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.