CSIupdown: Create individual CSI interval up/down plots for sites

CSIupdownR Documentation

Create individual CSI interval up/down plots for sites

Description

For each site (layer) in the csi object, plot each interval (column).

Usage

CSIupdown(csi, dir = paste0(getwd(), "/csi_updowns"))

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)
CSIupdown(csi)


USGS-EDEN/CSI documentation built on March 29, 2022, 6:35 a.m.