Skip to contents

This is an example data set used for fmesher package examples.

Usage

fmexample3d

Format

The data is a list containing these elements:

loc:

A matrix of points.

mesh:

An fm_mesh_3d() object.

Source

Generated by data-raw/fmexample.R.

Examples

if (require(ggplot2, quietly = TRUE)) {
  ggplot() +
    geom_sf(data = fm_as_sfc(fm_as_mesh_2d(fmexample3d$mesh)))
}