CSIdist | R Documentation |
For each site (layer) in the csi object, plot the intervals (columns) on a distribution plot.
CSIdist(csi, dir = paste0(getwd(), "/csi_dist"))
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. |
# 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)
CSIdist(csi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.