View source: R/rgl.orthoview.R
rgl.orthoview | R Documentation |
Display orthogonal projection on principal Cartesian planes, with scene centre in the image centre.
rgl.orthoview(plane = "xy", fov = 0, ...)
plane |
character string, which can be either of 'xy', 'yx', 'yz', 'zy', 'zx', 'xz', where the first letter is the axis displayed from left to right and the second letter is the axis displayed from bottom to top. The third axis points either out of the screen or into the screen following the right-hand convention. |
fov |
field of view in degrees, as used in |
... |
additional arguments for |
None
Danail Obreschkow
rgl.camera
rgl::plot3d(array(runif(60),c(20,3)), col=rainbow(20), axes=FALSE,
xlim=c(0,1), ylim=c(0,1), zlim=c(0,1), xlab='', ylab='', zlab='')
rgl::box3d()
rgl.orthoview('xy', fov=20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.