kootlake | R Documentation |
Annual Rainbow Trout, Bull Trout and Kokanee datasets for Kootenay Lake.
It includes the 'kl_estimate_na()' function to estimate missing variable values from a predictor using a linear model. By default it estimates missing Bull Trout redd counts for Kaslo Creek using the resistivity counter counts.
Maintainer: Joe Thorley joe@poissonconsulting.ca (ORCID) [data contributor]
Authors:
Jeff Burrows [data contributor]
Matt Neufeld [data contributor]
Greg Andrusak [data contributor]
Marley Basset [data contributor]
Eva Schindler [data contributor]
Evan Amies-Galonski [contributor]
Other contributors:
Murray Pearson [data contributor]
Rhonda Gates [data contributor]
Jess Spencer [data contributor]
bulltrout
, fishery
, gerrard
and kokanee
library(ggplot2)
data(gerrard)
gerrard$Escapement <- gerrard$PeakCount * 3.08
ggplot(data = gerrard, aes(x = Year, y = Escapement)) +
geom_line() + expand_limits(y = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.