BrookTrout | R Documentation |
This dataset contains information on brook trout detections using environmental DNA (eDNA) and environmental parameters collected from various sites in Ontario, Canada. The data was sourced from a scientific study comparing eDNA sampling methods with electrofishing to detect Brook trout populations.
BrookTrout
A dataframe with 10 variables and multiple rows (one row per sample):
Character. The type of eDNA sampler: "OSMOS" or "ANDe".
Integer. The site number where the sample was taken.
Integer. The number of fish caught via electrofishing.
Numeric. Air temperature in degrees Celsius.
Numeric. Water temperature in degrees Celsius.
Numeric. pH level of the water sample.
Numeric. Dissolved oxygen concentration in mg/L.
Numeric. Conductivity in uS/cm.
Numeric. Volume of water filtered in litres.
Numeric. eDNA concentration in copies per microlitre.
Adapted from Nolan, K. P., Loeza-Quintana, T., Little, H. A., et al. (2022). Detection of brook trout in spatiotemporally separate locations using validated eDNA technology. Journal of Environmental Studies and Sciences, 13, 66-82. doi:10.1007/s13412-022-00800-x
data(BrookTrout)
summary(BrookTrout)
plot(eDNAConc ~ Site, data = BrookTrout)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.