Create lookup table for land cover trajectories
create_lut_reclass.Rd
This function generates a tibble that maps reclassify IDs to their corresponding land cover new class names.
Value
A tibble with two columns: ID
(the ID of each land cover
classification) and class
(the name of each land cover class).
Examples
if (FALSE) {
lut_class <- create_lut_reclass()
head(lut_reclass)
}