fmexample_sp {fmesher} | R Documentation |
Add sp data to fmexample
Description
Adds loc_sp
and boundary_sp
to fmexample for use
in sp
related code examples and tests.
Usage
fmexample_sp()
Value
Returns a copy of fmexample with loc_sp
(SpatialPoints
) and
boundary_sp
(SpatialPolygons
) added.
Examples
if (fm_safe_sp()) {
fmexample_sp()
}
[Package fmesher version 0.5.0 Index]