ssd_wqg_bc {ssdtools} | R Documentation |
Water Quality Guideline for British Columbia
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Calculates the 5% Hazard Concentration using ssd_fit_bcanz()
and ssd_hc()
.
Usage
ssd_wqg_bc(data, left = "Conc")
Arguments
data |
A data frame. |
left |
A string of the column in data with the concentrations. |
Value
A tibble of the 5% hazard concentration with 95% confidence intervals.
See Also
Other wqg:
ssd_wqg_burrlioz()
Examples
## Not run:
ssd_wqg_bc(ssddata::ccme_boron)
## End(Not run)
[Package ssdtools version 2.3.0 Index]