huntdays: Summarize days hunted in Harvest Survey daily data

View source: R/huntdays.R

huntdaysR Documentation

Summarize days hunted in Harvest Survey daily data

Description

The huntdays function summarizes the total number of days hunted in the daily data.

Usage

huntdays(data, type = "both", output = "table", average = TRUE)

Arguments

data

Daily data table

type

Default is "both"

  • "both" - returns days hunted summarized by state and species

  • "state" - returns days hunted summarized by state

  • "species" - returns days hunted summarized by species

output

Default is "table"

  • "table" - returns a table

  • "plot" - returns a ggplot

average

Default is TRUE

  • TRUE - returns average number of days

  • FALSE - returns total number of days

Author(s)

Abby Walter, abby_walter@fws.gov

References

https://github.com/USFWS/migbirdHS


USFWS/migbirdMBHS documentation built on Feb. 20, 2024, 4:49 a.m.