View source: R/summariseLGRtrapDaily.R
summariseLGRtrapDaily | R Documentation |
Summarise LGR trap database on dailiy time-step
summariseLGRtrapDaily(
trap_df,
spp = c("Chinook", "Steelhead", "Coho"),
incl_clip_sthd = TRUE,
sthd_B_run = FALSE
)
trap_df |
data.frame as created by |
spp |
species to summarise trap data for. Possible species are: |
incl_clip_sthd |
should clipped steelhead in the trap be included in this summary? Should match with the window counts. Default is |
sthd_B_run |
should numbers of B run steelhead be reported? These are defined as wild steelhead greater than 780mm in length. Default is |
Kevin See
#summariseLGRtrapDaily(readLGRtrapDB())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.