Description
Analysis of Tidal Datasets.
Description
Contains functions for analysis and summary of tidal datasets. Also provides access to tidal data collected by the National Oceanic and Atmospheric Administration's Center for Operational Oceanographic Products and Services and the Permanent Service for Mean Sea Level. For detailed description and application examples, see Hill, T.D. and S.C. Anisfeld (2021) <doi:10.6084/m9.figshare.14161202.v1> and Hill, T.D. and S.C. Anisfeld (2015) <doi:10.1016/j.ecss.2015.06.004>.
README.md
VulnToolkit
VulnToolkit is an R package for users working with coastal datasets. Its primary goal is to advance analysis of coastal wetlands and their vulnerability to sea level rise. The package has two emphases:
- web scrapers, built to make it easy to bring coastal and estuarine data from online databases into R
- analytical tools, to aid analysis of datasets from coastal and estuarine settings
To install VulnToolkit from R:
install.packages("VulnToolkit")
To load VulnToolkit in an R session:
library(VulnToolkit)
To see examples of VulnToolkit usage, see the package vignette and a poster describing VulnToolkit applications. Email questions, comments, and suggestions to [email protected].