powered by
This is an example data set used for fmesher package examples.
fmesher
fmexample3d
The data is a list containing these elements:
loc
A matrix of points.
matrix
mesh
An fm_mesh_3d() object.
fm_mesh_3d()
fmexample, fm_as_mesh_2d()
fm_as_mesh_2d()
if (require(ggplot2, quietly = TRUE)) { ggplot() + geom_sf(data = fm_as_sfc(fm_as_mesh_2d(fmexample3d$mesh))) }
Run the code above in your browser using DataLab