queryWindowCnts: DART Window Counts

View source: R/queryWindowCnts.R

queryWindowCntsR Documentation

DART Window Counts

Description

Query and download window counts at a dam by species and year using DART

Usage

queryWindowCnts(
  dam = c("LWG", "WFF", "BON", "TDA", "JDA", "MCN", "IHR", "LMN", "LGS", "PRO", "ROZ",
    "PRD", "WAN", "RIS", "TUM", "RRH", "WEL", "ZOS"),
  spp_code = c("fc", "fk", "fb", "fs", "fsw", "fa", "fcj", "fkj", "fbj", "fsj", "fl",
    "ft"),
  spawn_yr = NULL,
  start_day = c("03/01", "07/01"),
  end_day = c("08/17", "06/30")
)

Arguments

dam

the dam code for the dam you wish to query for window counts. Possible codes are: WFF (Willamette Falls), BON (Bonneville), TDA (The Dalles), JDA (John Day), MCN (McNary), IHR (Ice Harbor), LMN (Lower Monumental), LGS (Little Goose), LWG (Lower Granite), PRO (Prosser), ROZ (Roza), PRD (Priest Rapids), WAN (Wanapum), RIS (Rock Island), TUM (Tumwater), RRH (Rocky Reach), WEL (Wells), ZOS (Zosel)

spp_code

species code(s) to query window counts for. Possible codes are: fc (Chinook), fk (Coho), fb (Sockeye), fs (Steelhead), fsw (Wild Steelhead), fa (Shad), fcj (Jack Chinook), fkj (Jack Coho), fbj (Jack Sockeye), fsj (Jack Steelhead), fl (Lamprey), ft (Bull Trout

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

queryWindowCnts(spawn_yr = 2015)

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