Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.11 KB

wader

R-CMD-check 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.