Skip to contents

veg_dens_class_plot creates stacked bar chart of vegetation densities.

Usage

veg_dens_class_plot(icsv, areaname, cap)

Arguments

icsv

Character representation of the name of the extent summary 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_summaries\` directory.

Details

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

Author

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

Examples

if (FALSE) { # \dontrun{
veg_dens_class_plot(icsv = "extent_summaries/lgcsmp_2014-2023_extent_summaries.csv",
    areaname = "lgcsmp", cap = "RSSA")
} # }