nview3d | R Documentation |
Set the 3D viewpoint of an RGL window using anatomical terms
nview3d(
viewpoint = c("frontal", "anterior", "dorsal", "ventral", "posterior", "left", "right",
"oblique_right", "oblique_left"),
FOV = 0,
extramat = NULL,
...
)
viewpoint |
Character vector specifying viewpoint |
FOV |
The Field of View (defaults to 0 => orthographic projection) (see
|
extramat |
An optional extra transformation matrix to be applied after the one implied by the viewpoint argument. |
... |
additional arguments passed to |
nopen3d
, view3d
plot3d(kcs20, soma=TRUE)
nview3d('frontal')
nview3d('ant')
nview3d()
nview3d('posterior')
nview3d('oblique_right')
# a slightly oblique frontal view
nview3d('frontal', extramat=rotationMatrix(pi/10, 1, 1, 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.