View source: R/getWindowCounts.R
getWindowCounts | R Documentation |
Query and compile window count results using the queryWindowCnts
function.
getWindowCounts(
dam = c("LWG", "WFF", "BON", "TDA", "JDA", "MCN", "IHR", "LMN", "LGS", "PRO", "ROZ",
"PRD", "WAN", "RIS", "TUM", "RRH", "WEL", "ZOS"),
spp = c("Chinook", "Coho", "Sockeye", "Steelhead", "Wild_Steelhead", "Shad",
"Jack_Chinook", "Jack_Coho", "Jack_Sockeye", "Jack_Steelhead", "Lamprey",
"Bull_Trout"),
start_date = NULL,
end_date = NULL,
incl_jacks = F,
sthd_type = c("all", "unclipped")
)
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) |
start_date |
character vector of date ( |
end_date |
character vector of date ( |
incl_jacks |
should jacks be included in the window count totals? |
sthd_type |
should window counts of steelhead be for all steelhead, or only unclipped (i.e. wild) fish? Default is |
Kevin See
getWindowCounts(start_date = '20150301', end_date = '20150817')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.