
Create lookup table for land cover trajectories
create_lut_reclass.RdThis 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)
}