queryPITtagData: PIT tag data

View source: R/queryPITtagData.R

queryPITtagDataR Documentation

PIT tag data

Description

Query and download PIT tag data about night passage and re-ascension at particular dams for specific species and year, using DART.

Usage

queryPITtagData(
  dam = "GRA",
  spp = c("Chinook", "Coho", "Steelhead", "Sockeye"),
  spawn_yr = NULL,
  start_day = NULL,
  end_day = NULL
)

Arguments

dam

the dam code for the dam you wish to query for PIT tag data. Currently only available for Lower Granite Dam (GRA).

spp

species to query window counts for. Possible choices are: Chinook, Coho, Steelhead, Sockeye

spawn_yr

spawn year to query for window counts.

start_day

date (month / day) when query should start

end_day

date (month / day) when query should end

Author(s)

Kevin See

Source

http://www.cbr.washington.edu/dart

Examples

queryPITtagData(spawn_yr = 2015)

ryankinzer/fisheR documentation built on Feb. 2, 2024, 7:11 p.m.