R/data.R

#'Dissolved Oxygen criteria
#'
#'A dataframe of the Dissolved Oxygen criteria
#'
#'@format A dataframe
#'
"DO_crit"


#'Temperature criteria
#'
#'A dataframe of the Temperature criteria
#'
#'@format A dataframe
#'
"Temp_crit"


#'Bacteria criteria
#'
#'An obsolete dataframe of the Bacteria criteria. Kept for legacy purposes
#'
#'@format A dataframe
#'
"Bact_crit"


#'Bacteria criteria
#'
#'An updated dataframe of the Bacteria criteria
#'
#'@format A dataframe
#'
"Bacteria_crit"

#'chlorophyll a  criteria
#'
#'A dataframe of the chlorophyll a criteria
#'
#'@format A dataframe
#'
"Chla_crit"


#'pH  criteria
#'
#'A dataframe of the pH criteria
#'
#'@format A dataframe
#'
"pH_crit"

#'Aquatic Life toxic criteria
#'
#'A dataframe of the Aquatic Life toxic criteria
#'
#'@format A dataframe
#'
"ToxAL_crit"

#'Human Health toxic criteria
#'
#'A dataframe of the  Human Health toxic criteria
#'
#'@format A dataframe
#'
"ToxHH_crit"


#'Bacteria Code Lookup Table
#'
#'A dataframe to lookup Bacteria Code defnitions
#'
#'@format A dataframe
#'
"LU_BacteriaCode"

#'Dissolved Oxygen Code Lookup Table
#'
#'A dataframe to lookup dissolved oxygen code defnitions
#'
#'@format A dataframe
#'
"LU_DOCode"

#'Fish Use Lookup Table
#'
#'A dataframe to lookup fish use code defnitions
#'
#'@format A dataframe
#'
"LU_FishUse"


#'Spawning Period Lookup Table
#'
#'A dataframe to lookup spawning periods
#'
#'@format A dataframe
#'
"LU_spawn"



#'Benefical uses lookup table
#'
#'A dataframe to lookup beneficial uses by ben_use_code
#'
#'@format A dataframe
#'
"LU_BenUseCode"
TravisPritchardODEQ/AWQMSdata documentation built on Nov. 10, 2024, 8:26 a.m.