View source: R/read_field_stage.R
read_field_stage | R Documentation |
Reads a field file for stage. Field file must be either a TSV (tab separated) or CSV (comma separated) file with columns named "datetime" and "stage" (in meters). Datetime format must be yyyy-mm-dd
read_field_stage(file)
file |
Path to stage TSV or CSV file |
will read file from an assumed standard format.
Luke Winslow
field_file = system.file('extdata/LakeMendota_stage_USGS05428000.csv',package='glmtools')
data <- read_field_stage(field_file)
plot(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.