Query DART for the reported trap rate at Lower Granite dam.

queryTrapRate(
  week_strata = NULL,
  spp = c("Steelhead", "Chinook"),
  return_weekly = T
)

Arguments

week_strata

vector of intervals delimiting the weekly strata to summarize mark-recapture data over, as returned by weeklyStrata().

spp

species to query trap rate for. Possible choices are: Chinook or Steelhead

return_weekly

Should the results be summarised on weekly basis? Default is TRUE.

Author

Kevin See