summariseLGRtrapDaily: Summarise LGR Trap Database

View source: R/summariseLGRtrapDaily.R

summariseLGRtrapDailyR Documentation

Summarise LGR Trap Database

Description

Summarise LGR trap database on dailiy time-step

Usage

summariseLGRtrapDaily(
  trap_df,
  spp = c("Chinook", "Steelhead"),
  incl_clip_sthd = TRUE,
  sthd_B_run = FALSE
)

Arguments

trap_df

data.frame as created by readLGRtrapDB.

spp

species to summarise trap data for. Possible species are: Chinook and Steelhead.

incl_clip_sthd

should clipped steelhead in the trap be included in this summary? Should match with the window counts. Default is TRUE.

sthd_B_run

should numbers of B run steelhead be reported? These are defined as wild steelhead greater than 780mm in length. Default is FALSE.

Author(s)

Kevin See

Examples

#summariseLGRtrapDaily(readLGRtrapDB())

KevinSee/STADEM documentation built on March 7, 2024, 12:50 p.m.