CSIcumper: Create cumulative percentage CSI plots for sites

CSIcumperR Documentation

Create cumulative percentage CSI plots for sites

Description

For each site (layer) in the csi object, plot the intervals (columns) on a cumulative percentage plot.

Usage

CSIcumper(csi, dir = paste0(getwd(), "/csi_cumper"))

Arguments

csi

array A 3D array of CSI values with dimensions of number of months covered, scale of months analysed (typically 1-24), and number of sites.

dir

character Directory to write output files to.

Examples

# Data file with Year and Month columns
data_path <- system.file("extdata", "Monthly_Coastal_EDEN.csv", package = "CSI")
sal <- CSIimport_monthly(data_path)
csi <- CSIcalc(sal)
CSIcumper(csi)


bmccloskey/CSI documentation built on April 23, 2023, 12:53 p.m.