knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The System Wide Monitoring Program (SWMP) was implemented by the National Estuarine Research Reserve System (NERRS) in 1995 to provide continuous monitoring data at over 140 continuous monitoring stations in 28 estuaries across the United States. SWMPrStorm (pronounced "swamper storm") is an R package that provides functions to organize and analyze SWMP data on a storm event basis. It is a companion package to SWMPr and SWMPrExtension. Currently, there is no citation for SWMPrStorm
SWMPrStorm is not yet available on CRAN but will be in 2022.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("LimnoTech/SWMPrStorm")
Documentation for SWMPrStorm is currently in development.
SWMPrStorm adds several functions to existing concepts in SWMPr and builds upon the "Reporting" concept introduced in SWMPrExtension.
The core analyses available within the SWMprStorm R package and used to create the StormStories report fall into two general categories: timeseries plots, summary tables, and wind roses. There is also an additional category called “mapping” which contains functions that generate the storm track map. The analyses, methods, and map in this section were selected by and approved by a technical advisory committee composed of staff from a subset of the Southeast Atlantic and Caribbean NERRs.
event_timeseries | Description here |
Function #2 Name | Description here |
Function #3 Name | Description here |
mapping function name | Description here |
The reporting concept refers to functions that were specifically developed for use with NERRS StormStories reporting scripts that are used to generate the StormStories report. They are included as part of this package in case users find them useful for their own purposes.
helper function #1 | Description here |
helper function #2 | Description here |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.