bbox3d | R Documentation |
rgl::mesh3d
or rgl::qmesh3d
objectEllipsoids are created by rgl functions as meshes of points, segments, ... from coordinates in various forms. This function calculates the bounding box, defined as the range of the x, y, and z coordinates.
bbox3d(x, ...)
x |
A mesh3d object |
... |
ignored |
A 2 x 3 matrix, giving the minimum and maximum values in the rows and x, y, z coordinates in the columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.