R/loadRefData.r

Defines functions loadRefData

Documented in loadRefData

#' Read in reference data used to build CSCI models
#' @export
#' @details
#' This function loads a data frame containing all reference sites used to calibrate and validate the CSCI, including their sample date, 
#' biotic group ID, O, E, O/E, MMI scores, observed metrics, predicted metrics, scored metrics, and PSA regions.
loadRefData <- function(){
  refsamples
}
SCCWRP/CSCI documentation built on June 12, 2025, 11:40 p.m.