Learn R Programming

fmesher (version 0.3.0)

fmexample_sp: 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()

Arguments

Value

Returns a copy of fmexample with loc_sp (SpatialPoints) and boundary_sp (SpatialPolygons) added.

Examples

Run this code
if (fm_safe_sp()) {
  fmexample_sp()
}

Run the code above in your browser using DataLab