powered by
Calculates the characteristics of observed tidal water levels. Wrapper of the functions extrema, IT and IF. Also works on time series with gaps.
extrema
IT
IF
TidalCharacteristics(h, h0 = h$h0, T2 = 5 * 60 * 60, hoffset = 0, filtconst = 1, dtMax = 15, unit = "mins", Tavg = 12.4 * 60, removegaps = c("All", "Split", "None"))
Water level time series. data frame with time and h column
Reference level, either single valued or vector with dimension corresponding to h
'Lower' bound on half the quasi period, but higher than expected stagnant phase; default = 5h
Offset level, to prevent spurious maxima generation due to small fluctuations
Filtering constant for smoothing the time series
Maximum accepted time interval in a continuous series. Bigger time intervals are considered to be gaps
Unit of dtMax, Tavg
Average period of time series
Method to remove gaps in time series from inundation times and dry times. See RemoveGaps
RemoveGaps
An object of class Tides, i.e. a list containing:
Tides
HLData frame with extrema
h original water level data frame with additional attributes
gapsa data frame containing start and end times of gaps in the series
IFinundation frequency of the reference level
ITsinundation times at the reference level
DTsdry times at the reference level
h0reference level
NTotal number of cycles in time span
extrema, IT, plot.Tides
plot.Tides
# NOT RUN { TC <- TidalCharacteristics(waterlevels, filtconst=10,hoffset=1) TC plot(TC) summary(TC) # }
Run the code above in your browser using DataLab