bagspp: Summarize total number of retrieved birds per hunter

View source: R/bagspp.R

bagsppR Documentation

Summarize total number of retrieved birds per hunter

Description

The bagspp function summarizes daily Harvest Survey data to determine the total number of retrieved birds per hunter. The hunter’s data are further broken down to determine which species groups the hunter responded to harvesting.

Usage

bagspp(data, output = "table")

Arguments

data

Daily data table

output

Default is "table"

  • "table" - returns a table that reports the total number of species groups, the species group combination, and retrieved total per hunter

  • "n" - returns a treemap of the number of species groups per hunter

  • "species" - returns a treemap of the species group combinations represented in the data; each hunter’s pursued species are grouped for this visualization

  • "success" - excludes "retrieved = 0" records to return a treemap of the species group combinations that were successfully hunted; each hunter’s pursued species are grouped for this visualization

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.