Skip to contents

This function filters a cross-tabulation table based on a specified planning unit and generates a bar plot of the land cover change trajectory.

Usage

lcc_trajectory_by_pu(crosstab_tbl, pu_column, pu_name)

Arguments

crosstab_tbl

A data frame containing cross-tabulation data.

pu_column

A character string specifying the column name of the planning unit in the data frame.

pu_name

A character string specifying the name of the planning unit to filter by.

Value

A list containing the filtered cross-tabulation table and the land cover change trajectory bar plot.