Description Usage Arguments Value Examples
View source: R/mesh_to_raster.R
Mesh3d to raster
1 | mesh_to_raster(x, res = 150)
|
x |
mesh3d object |
res |
resolution of the resulting raster. 1 or 2 values for nrows, ncols. |
A raster
1 2 3 | library(Rvcg)
data(humface)
r <- mesh_to_raster(humface)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.