Skip to contents

change_extent_plot creates stacked bar chart of vegetation change summaries.

Usage

extent_change_plot(icsv, areaname, cap)

Arguments

icsv

Character representation of the name of the extent change csv file including file path.

areaname

Character string of desired monitoring area name for inclusion to output png name.

cap

Character string of caption (not title) to supply to the plot. If none required use empty quotes i.e. "".

Value

A PNG format graphic will be written to the `extent_change\` directory.

Details

Takes a file path to an extent change csv file as created by link{extent_change} located in `extent_change\` and produce a stacked bar chart representing the same.

Author

Bart Huntley, bart.huntley@dbca.wa.gov.au

Examples

if (FALSE) { # \dontrun{
extent_change_plot(icsv = "extent_change/lgcsmp_2014-2023_extent_change.csv",
    areaname = "lgcsmp", cap = "RSSA")
} # }