$$AREA_{MN} = mean(AREA[patch_{ij}])$$
where \(AREA[patch_{ij}]\) is the area of each patch in hectares
AREA_MN is an 'Area and Edge metric'. The metric summarises each class
as the mean of all patch areas belonging to class i. The metric is a simple way
to describe the composition of the landscape. Especially together with the total
class area (lsm_c_ca
), it can also give an an idea of patch structure
(e.g. many small patches vs. few larges patches).
Because the metric is based on distances or areas please make sure your data
is valid using check_landscape
.
Behaviour
Approaches AREA_MN = 0 if all patches are small. Increases, without
limit, as the patch areas increase.