knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

klexdatr

Lifecycle: stable R build status License: CCBY4 CRAN status

klexdatr is an R package of six relational tibbles from the Kootenay Lake Large Trout Exploitation study.

library(klexdatr)
ls("package:klexdatr") # the six tibbles
library(tibble) # for prettier printing
capture
recapture

Installation

To install the latest release from CRAN

install.packages("klexdatr")

To install the developmental version from GitHub

# install.packages("remotes")
remotes::install_github("poissonconsulting/klexdatr")

Information

The study which ran from 2008 to 2014 caught, tagged and released large Rainbow Trout and Bull Trout in Kootenay Lake by boat angling.

The fish were tagged with internal acoustic tags and/or high reward external tags and subsequently detected by an acoustic receiver array as well as reported by anglers.

The data are analysed by Thorley and Andrusak (2017) to estimate the natural and fishing mortality of both species.

There is also a shiny app to view the fish movement data.

Contribution

Please report any issues.

Pull requests are always welcome.

Code of Conduct

Please note that the klexdatr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Acknowledgements

The project was primarily funded by the Habitat Conservation Trust Foundation.

The Habitat Conservation Trust Foundation was created by an act of the legislature to preserve, restore and enhance key areas of habitat for fish and wildlife throughout British Columbia. Anglers, hunters, trappers and guides contribute to the projects of the Foundation through licence surcharges. Tax deductible donations to assist in the work of the Foundation are also welcomed.

The project was partially funded by the Fish and Wildlife Compensation Program on behalf of its program partners BC Hydro, the Province of B.C., Fisheries and Oceans Canada, First Nations and the public who work together to conserve and enhance fish and wildlife impacted by the construction of BC Hydro dams.

Annual operation and maintenance for VR2W arrays used in this study were completed by Ministry of Forests, Lands and Natural Resource Operations (MFLNRO) and funded by the Fish and Wildlife Compensation Program (FWCP) in conjunction with the Bonneville Power Administration (BPA) through the Northwest Power and Conservation Council’s Fish and Wildlife Program, in co-operation with the Idaho Department of Fish and Game (IDFG), and the Kootenai Tribe of Idaho (KTOI). The Freshwater Fish Society of British Columbia (FFSBC) provided tag rewards



poissonconsulting/klexdatr documentation built on Feb. 6, 2023, 4:22 p.m.