Description Usage Arguments Details Value See Also Examples
Creates a scene consisting of small tetrahedra centered at specified data points in three dimensions.
1 | pointsTetrahedra(x, y, z, size = 0.01, color = "black", ...)
|
x, y, z |
numeric vectors representing point coordinates. |
size |
numeric; multiple of data range to use for the size of the tetrahedron in each dimension; recycled to length 3. |
color |
color to use for the tetrahedra. |
... |
additional arguments to be passed on to
|
This function is useful, for example, for incorporating raw data along
with a density estimate surface in a scene rendered using standard or
grid graphics. For rgl rendering points3d
is
an alternative.
Returns a triangle mesh scene representing the tetrahedra.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.