Land Cover Frequency Plot
plot_lc_freq.Rd
This function generates a side by side bar plot comparing the frequency of land cover types in two different years.
Arguments
- lc_table
A data frame containing land cover types and their frequency in two different years.
- column_lc_type
The column name of land cover types in lc_table.
- column_T1
The column name of the frequency data for Timepoint 1 in lc_table.
- column_T2
The column name of the frequency data for Timepoint 2 in lc_table.