ssd_wqg_burrlioz {ssdtools} | R Documentation |
Water Quality Guideline for Burrlioz
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Calculates the 5% Hazard Concentration using ssd_fit_burrlioz()
and ssd_hc()
.
Usage
ssd_wqg_burrlioz(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
ssd_fit_burrlioz()
and ssd_hc()
Other wqg:
ssd_wqg_bc()
Examples
## Not run:
ssd_wqg_burrlioz(ssddata::ccme_boron)
## End(Not run)
[Package ssdtools version 2.3.0 Index]