Description Usage Arguments Author(s)
Reads .csv or .Rdata files of daily streamflow time series. Recognizes several formats, including those used by Water Survey Canada and the United States Geological Survey. Uses read.csv() or load() functions from base package, returns data frame with ID, Date, and Flow, and, if available, associated quality codes and source agency. Replaces negative values that are sometimes used to denote missing data with NAs.
1 | read.flows(filename, convert = FALSE)
|
filename |
name of .csv file to be read. |
convert |
Boolean indicating whether or not to convert USGS flow values from cubic feet per second to cubic meters per second. (Axes are automatically labeled in cubic meters per second) |
Jennifer Dierauer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.