Description Usage Arguments Examples
Compares high tides in water level time series to corresponding NOAA high tides Input data source must have fields "DateTime" and "Level" Outputs and prints a ggplot plot with a blue line representing mean difference
1 | compare.to.NOAA(data.path, station.id)
|
data.path |
path to CSV file of input data |
station.id |
numeric code for NOAA station |
1 | myplot <- compare.NOAA.data('MadRiverLevels.csv', 9418767)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.