imports {rgl2gltf} | R Documentation |
Imports from rgl
Description
These generic functions are imported from rgl.
Usage
plot3d(x, ...)
as.rglscene(x, ...)
as.mesh3d(x, ...)
Arguments
x |
Objects to handle. |
... |
Additional arguments to pass to methods. |
Details
The main documentation for these generics is in rgl:
plot3d
.
This package defines "gltf"
methods for the generics.
Documentation for as.rglscene.gltf
is included.
[Package rgl2gltf version 1.0.3 Index]