Installation
Install the package from r-universe as follows. The source code is available on GitHub.
# Install tbeploads in R:
install.packages('tbeploads', repos = c('https://tbep-tech.r-universe.dev', 'https://cloud.r-project.org'))Load the package in an R session after installation:
library(tbeploads)Usage
Load estimates are broadly defined as domestic point source (DPS), industrial point source (IPS), material losses (ML), nonpoint source (NPS), atmospheric deposition (AD), and groundwater sources and springs (GW). The functions are built around these sources with unique inputs for each. See the articles below for detailed documentation on each loading type.
| Loading type | Article |
|---|---|
| Domestic point source | DPS |
| Industrial point source | IPS |
| Material losses | ML |
| Atmospheric deposition | AD |
| Non-point source | NPS |
| Springs | SPR |
| Groundwater | GW |
