retrieved: Summarize number of birds retrieved in Harvest Survey data

View source: R/retrieved.R

retrievedR Documentation

Summarize number of birds retrieved in Harvest Survey data

Description

The retrieved function summarizes the total number of birds retrieved in the daily or season data.

Usage

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

Arguments

data

Daily or season data table

type

Default is "both"

  • "both" - returns birds retrieved summarized by state and species

  • "state" - returns birds retrieved summarized by state

  • "species" - returns birds retrieved summarized by species

output

Default is "table"

  • "table" - returns a table

  • "plot" - returns a ggplot

average

Default is TRUE

  • TRUE - returns average birds retrieved

  • FALSE - returns total birds retrieved

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.