Lookup Table for Land Cover Trajectories
lut_trajectory.Rd
The lut_trajectory
tibble contains a lookup table that maps trajectory IDs to their
corresponding land cover trajectory descriptions. This lookup table is used to assign
meaningful labels to the land cover change trajectories identified in the analysis.
Format
A tibble with 8 rows and 2 columns:
- traj_id
The unique identifier for each land cover trajectory (integer).
- trajectory
The description of the land cover trajectory corresponding to each
traj_id
(character).
Details
The land cover trajectories represented in this lookup table are:
Undisturbed forest: Areas that have remained as undisturbed forest throughout the analysis period.
Logged-over forest: Forest areas that have been subject to logging activities.
Monoculture tree-based plantation: Plantations that consist of a single tree species, typically grown for commercial purposes.
Shrub, grass, and cleared land: Areas covered by shrubs, grasslands, or land that has been cleared of its previous vegetation.
Agriculture/annual crop: Land used for agricultural purposes, particularly for growing annual crops.
Mixed tree-based plantation: Plantations that consist of multiple tree species, often with a mix of commercial and native species.
Others: Land cover types that do not fall into any of the other defined categories.
Settlement and built-up area: Areas that have been developed for human settlement, including urban and rural built-up areas.
This lookup table is typically used in conjunction with the land cover change analysis functions in the LUMENSR package. It helps in assigning meaningful labels to the identified land cover trajectories, making the results more interpretable.