-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from jread-usgs/master
v0.1.0 release changes
- Loading branch information
Showing
7 changed files
with
74 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
% Generated by roxygen2 (4.0.1): do not edit by hand | ||
\name{clean.data} | ||
\alias{clean.data} | ||
\title{cleans sensor data with user-specified routines} | ||
\usage{ | ||
clean.data(deploy = "pellerin", folder = "../examples/", | ||
plot.diagnostic = TRUE, write.file = FALSE) | ||
} | ||
\arguments{ | ||
\item{deploy}{a string for the *.yml file name} | ||
|
||
\item{folder}{a string which specifies the folder of the *.yml file} | ||
|
||
\item{plot.diagnostic}{a boolean for creating a diagnostic plot} | ||
|
||
\item{write.file}{a boolean for creating a timeseries file output} | ||
} | ||
\value{ | ||
An optional plot and optional file output handle | ||
} | ||
\description{ | ||
cleans sensor data according to details within the user-specified config (*yml) file \cr | ||
} | ||
\examples{ | ||
\dontrun{ | ||
clean.data(deploy='pellerin',folder='/[User]/Desktop/Science Projects/sensorQC/',plot.diagnostic=FALSE) | ||
clean.data(deploy='pellerin',folder='/[User]/Desktop/Science Projects/sensorQC/',plot.diagnostic=TRUE,write.file=TRUE) | ||
} | ||
} | ||
\author{ | ||
Jordan S. Read | ||
} | ||
\keyword{methods} | ||
|
This file was deleted.
Oops, something went wrong.