| fmexample3d | R Documentation |
This is an example data set used for fmesher package examples.
fmexample3d
The data is a list containing these elements:
loc: A matrix of points.
mesh: An fm_mesh_3d() object.
Generated by data-raw/fmexample.R.
fmexample, fm_as_mesh_2d()
if (require(ggplot2, quietly = TRUE)) {
ggplot() +
geom_sf(data = fm_as_sfc(fm_as_mesh_2d(fmexample3d$mesh)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.