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 Feb. 8, 2022, 11:25 a.m.