rgl.orthoview {rglplus}R Documentation

Display orthogonal projection

Description

Display orthogonal projection on principal Cartesian planes, with scene centre in the image centre.

Usage

rgl.orthoview(plane = "xy", fov = 0, ...)

Arguments

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 view3d.

...

additional arguments for view3d.

Value

None

Author(s)

Danail Obreschkow

See Also

rgl.camera

Examples

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)


[Package rglplus version 1.3 Index]