fm_area {fmesher}R Documentation

Calculate the area inside segments

Description

Calculate the (signed) area inside fm_segm boundary objects.

Usage

fm_area(x, ...)

## S3 method for class 'fm_segm'
fm_area(x, ...)

## S3 method for class 'fm_segm_list'
fm_area(x, ...)

Arguments

x

Object for which to calculate the area

...

Currently unused


[Package fmesher version 0.5.0 Index]