Skip to contents

Get the areas of potential natural vegetation cover (weber_2022_fdelbe1d) for the indexed hectometer polygon of sf.afe_csa.

Usage

getVegType(x, vt = c("WA", "PF", "RE", "WS", "WF", "HFW", "HFM", "HFD"))

Arguments

x

must be a single integer indexing one hectometer polygon of sf.afe_csa along the River Elbe. x must be element of seq(from = 1, to = length(sf.afe_csa), by = 1).

vt

must be a character vector specifying a possible vegetation type (c("WA" ("wetted area"), "PF" ("periodically flooded"), "RE" ("reeds"), "WS" ("willow shrubbery"), "WF" ("willow forest"), "HFW" ("hardwood forrest, wet"), "HFM" ("hardwood forrest, medium"), "HFD" ("hardwood forrest, dry"))).

Value

a named numeric vector with counts of areas of selected potential natural vegetation types (m²).

References

weber_2022_fdelbe1d

See also

Examples

   getVegType(3900, "WA")
#>    WA 
#> 17015 
   getVegType(3963, "WA")
#>    WA 
#> 20861