normalizeRelationsByArea: Normalize relations according to the area

View source: R/relations.R

normalizeRelationsByAreaR Documentation

Normalize relations according to the area

Description

Normalize the relations according to the covered area. This function is useful to distribute SimU, CR, or LU to other polygonal representations. The returned values equal to 1 are completely distributed to a single polygon. Whenever a value is less than 1, the SimU, CR, or LU overlaps with two or more polygons, meaning that the content will be divided to the respective polygons according to the intersection area.

Usage

normalizeRelationsByArea(data)

Arguments

data

A tibble coming from buildRelations().


pedro-andrade-inpe/colrow documentation built on Oct. 3, 2023, 8:48 a.m.