You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' Create a continuous time vector at set time step for a swmpr object
448
448
#'
449
449
#' @param swmpr_in input swmpr object
450
-
#' @param timestep numeric value of time step to use in minutes
450
+
#' @param timestep numeric value of time step to use in minutes. Alternatively, a chr string indicating \code{'years'}, \code{'quarters'}, \code{'months'}, \code{'days'}, or \code{'hours'} can also be used. A character input assumes 365 days in a year and 31 days in a month.
451
451
#' @param differ numeric value defining buffer for merging time stamps to standardized time series
452
452
#' @param ... arguments passed to or from other methods
The System Wide Monitoring Program ([SWMP](http://nerrs.noaa.gov/RCDefault.aspx?ID=18)) was implemented by the National Estuarine Research Reserve System ([NERRS](http://nerrs.noaa.gov/)) in 1995 to provide continuous monitoring data at over 300 continuous monitoring stations in 28 estuaries across the United States. SWMPr (pronounced "swamper") is an R package for retrieving, organizing, and analyzing estuary monitoring data from SWMP. Please cite the package as follows:
22
22
23
-
*Beck MW. 2015. SWMPr: An R package for the National Estuarine Research Reserve System. Version 2.0.0. https://github.com/fawda123/SWMPr*
23
+
*Beck MW. 2015. SWMPr: An R package for the National Estuarine Research Reserve System. Version 2.0.1. https://github.com/fawda123/SWMPr*
Copy file name to clipboardExpand all lines: README.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ <h4><em>Marcus W. Beck, <a href="mailto:beck.marcus@epa.gov">beck.marcus@epa.gov
72
72
<divid="overview" class="section level1">
73
73
<h1>Overview</h1>
74
74
<p>The System Wide Monitoring Program (<ahref="http://nerrs.noaa.gov/RCDefault.aspx?ID=18">SWMP</a>) was implemented by the National Estuarine Research Reserve System (<ahref="http://nerrs.noaa.gov/">NERRS</a>) in 1995 to provide continuous monitoring data at over 300 continuous monitoring stations in 28 estuaries across the United States. SWMPr (pronounced “swamper”) is an R package for retrieving, organizing, and analyzing estuary monitoring data from SWMP. Please cite the package as follows:</p>
75
-
<p><em>Beck MW. 2015. SWMPr: An R package for the National Estuarine Research Reserve System. Version 2.0.0. <ahref="https://github.com/fawda123/SWMPr" class="uri">https://github.com/fawda123/SWMPr</a></em></p>
75
+
<p><em>Beck MW. 2015. SWMPr: An R package for the National Estuarine Research Reserve System. Version 2.0.1. <ahref="https://github.com/fawda123/SWMPr" class="uri">https://github.com/fawda123/SWMPr</a></em></p>
The System Wide Monitoring Program ([SWMP](http://nerrs.noaa.gov/RCDefault.aspx?ID=18)) was implemented by the National Estuarine Research Reserve System ([NERRS](http://nerrs.noaa.gov/)) in 1995 to provide continuous monitoring data at over 300 continuous monitoring stations in 28 estuaries across the United States. SWMPr (pronounced "swamper") is an R package for retrieving, organizing, and analyzing estuary monitoring data from SWMP. Please cite the package as follows:
13
13
14
-
*Beck MW. 2015. SWMPr: An R package for the National Estuarine Research Reserve System. Version 2.0.0. https://github.com/fawda123/SWMPr*
14
+
*Beck MW. 2015. SWMPr: An R package for the National Estuarine Research Reserve System. Version 2.0.1. https://github.com/fawda123/SWMPr*
0 commit comments