View source: R/summariseLGRweekly.R
summariseLGRweekly | R Documentation |
Combine window counts and PIT tag data on weekly time-steps
summariseLGRweekly(
wind_data = NULL,
pit_all = NULL,
trap_df = NULL,
incl_clip_sthd = FALSE,
sthd_B_run = FALSE,
incl_jacks = TRUE
)
wind_data |
data.frame containing window count data to summarise, queried using |
pit_all |
data.frame containing data about individual PIT tags detected at Lower Granite Dam, produced using |
trap_df |
data.frame as created by |
incl_clip_sthd |
should clipped steelhead in the trap be included in this summary? Should match with the window counts. Default is |
incl_jacks |
should window counts of Chinook and coho jacks be included with adult counts? Default is |
Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.