Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1012 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 1012 Bytes

wader

License

Overview

The wader package provides functions to retrieve and summarize the Everglades Wading Bird Project data. The data begin in 1986 (though earlier data are available from other sources) and are continuously updated today.

Installation

You can install wader from github with:

# install.packages("remotes")
remotes::install_github("weecology/wader")

Examples

  1. Download data repo:
download_observations(".")
  1. Load a data table
maxcounts <- load_datafile("Indicators/max_count_all.csv", download_if_missing = TRUE)
  1. Plot indicator data
plot_foraging()
plot_coastal()
plot_initiation()
plot_supercolony()

More Information

The data repo contains metadata and data collection methods.