Skip to contents

This is just a wrapper around mean(), however it is written to clearly identify it's usage in the context of the area data. Intended for usage from objects created by habitat_connectivity(). See examples below.

Usage

mean_patch_size(area, ...)

Arguments

area

Numeric vector. Area of a connected patch.

...

extra arguments to pass to mean().

Value

Numeric. Mean patch size.

Examples

mean_patch_size(lizard_areas_connected$area)
#> [1] 3600.334