Skip to content
forked from weecology/wader

A collection of functions to retrieve and summarize the EvergladesWadingBird Data

License

Notifications You must be signed in to change notification settings

ethanwhite/wader

This branch is 6 commits behind weecology/wader:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9cf6ef5 · Jul 27, 2024

History

59 Commits
Jul 27, 2024
Jul 27, 2024
Apr 23, 2024
Jul 27, 2024
Jan 30, 2024
May 3, 2022
May 3, 2022
Apr 23, 2024
May 3, 2022
Apr 23, 2024
Dec 8, 2022
May 3, 2022

Repository files navigation

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.

About

A collection of functions to retrieve and summarize the EvergladesWadingBird Data

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%