R/data.R

#' Pesticide Information for Pesticide Risk Metric Calculations (Reference Table)
#'
#' A reference table for PRM calculations in this package that include pesticide information
#' such as type, species sensitivity distribution distributions and relevant equation variables.
#'
#' @format ## `pesticide_info`
#' A data frame with 62 rows and 9 columns:
#' \describe{
#'   \item{pesticide}{Pesticide name}
#'   \item{relative_LOR}{The relative Limit of Reporting replacement value}
#'   \item{pesticide_type}{The pesticide method of effect}
#'   \item{distribution_type}{The species sensitivity distribution shape/type}
#'   \item{shape_location, shape_location2, scale, scale2,
#'   weight}{Species sensitivity distribution variables used in PRM calculations}
#'   ...
#' }
#' @source <https://www.publications.qld.gov.au/dataset/method-development-pesticide-risk-metric-baseline-condition-of-waterways-to-gbr/resource/c65858f9-d7ba-4aef-aa4f-e148f950220f>
"pesticide_info"


#' Canto Region Pesticide Concentration Values (Example Data Set)
#'
#' A subset of pesticide concentration data for all pesticides in "pesticide_info" created for this package with fabricated sites
#'
#' @format ## `Canto_pesticides`
#' A data frame with 808 rows and 64 columns:
#' \describe{
#'   \item{Site Name}{Site name}
#'   \item{Date}{Sampling date}
#'   \item{Ametryn, Atrazine, Chlorpyrifos, Diuron, Fipronil, Fluroxypyr, Haloxyfop (acid), Hexazinone,
#'   Imazapic, Imidacloprid, Isoxaflutole metabolite (DKN), MCPA, Metolachlor, Metribuzin, Metsulfuron methyl,
#'   Pendimethalin, Prometryn, Simazine, Tebuthiuron, Terbuthylazine, Triclopyr, 2,4-D, Bromacil
#'   Diazinon, Imidicloprid1:40}{pesticide concentration values in ug/L}
#'   ...
#' }
"Canto_pesticides"

Try the CalcThemAll.PRM package in your browser

Any scripts or data that you put into this service are public.

CalcThemAll.PRM documentation built on May 29, 2024, 5:39 a.m.