csiro_data.Rd
Species Sensitivity Data provided by the Commonwealth Scientific and Industrial Research Organisation of Australia.
csiro_data
An object of class tbl_df
(inherits from tbl
,
data.frame
) with 91 rows and 11 columns.
Additional information may be available from the primary source for each chemical:
Batley GE, Simpson SL (2020). “Short-Term Guideline Values for Chlorine in Marine Waters.” Environmental Toxicology and Chemistry. ISSN 15528618, https://setac.onlinelibrary.wiley.com/doi/full/10.1002/etc.4661.
Stauber J, Golding L, Peters A, Merrington G, Adams M, Binet M, Batley G, Gissi F, Mcknight K, Garman E, Middleton E, Gadd J, Schlekat C (2021). “Environmental Toxicology Application of Bioavailability Models to Derive Chronic Guideline Values for Nickel in Freshwaters of Australia and New Zealand.” Environmental Toxicology and Chemistry, 40(1), 100--112. doi: 10.1002/etc.4885 , https://setac.onlinelibrary.wiley.com/doi/abs/10.1002/etc.4885.
Batley G (2021). “Unpublished data, anonymous/confidential information.” March 23.
Batley G (2021). “Unpublished data, anonymous/confidential information.” March 23.
The columns are as follows, noting that not all information are available for all chemicals:
The chemical name (chr).
The chemical concentration (dbl).
Tropical, temperate or other filter (chr).
Test duration (chr).
Taxonomic grouping information (chr).
Life stage of the test organism (chr).
The medium - fresh or marine water (chr).
Other notes (chr).
The species names name (chr).
Endpoint statistic, EC10, NEC etc (chr).
Type of toxicity measure used (chr).
head(csiro_data)
#> # A tibble: 6 × 11
#> Chemical Conc Domain Duration Group Life_stage Medium Notes Species
#> <chr> <dbl> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 chlorine 90 NA NA Rotifer NA marine NA NA
#> 2 chlorine 687 NA NA Amphipod NA marine NA NA
#> 3 chlorine 145 NA NA Amphipod NA marine NA NA
#> 4 chlorine 178 NA NA Shrimp NA marine NA NA
#> 5 chlorine 2890 NA NA Lobster NA marine NA NA
#> 6 chlorine 162 NA NA Mysid NA marine NA NA
#> # … with 2 more variables: Test_endpoint <chr>, Toxicity_measure <chr>