compare.to.NOAA: Compares high tides to NOAA station tides

Description Usage Arguments Examples

Description

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

Usage

1
compare.to.NOAA(data.path, station.id)

Arguments

data.path

path to CSV file of input data

station.id

numeric code for NOAA station

Examples

1
myplot <- compare.NOAA.data('MadRiverLevels.csv', 9418767)

acgoodman/wlTools documentation built on May 16, 2019, 11:05 a.m.