Query DART for the reported trap rate at Lower Granite dam.
queryTrapRate(
week_strata = NULL,
spp = c("Steelhead", "Chinook", "Coho"),
return_weekly = T
)
vector of intervals delimiting the weekly strata to summarize mark-recapture data over, as returned by weeklyStrata()
.
species to query trap rate for. Possible choices are: Chinook
, Steelhead
, or Coho
.
Should the results be summarised on weekly basis? Default is TRUE
.