View source: R/eventHighLevel.R
getEventsWithStatistics | R Documentation |
Get Events with Statistics
getEventsWithStatistics( rainData, seriesName, eventSeparationTime, signalThreshold = 0, signalComparisonOperator = "gt", eventSeparationOperator = "gt", functions = c("sum", "mean", "min", "max", "number.na", "length"), signalWidth = NA )
rainData |
data frame with time stamps in the first column and rain heights (or intensities) in the remaining columns |
seriesName |
Column name in rainData representing the time series to be analysed. |
eventSeparationTime |
passed to |
signalThreshold |
value that needs to be exceeded (signalComparisonOperator == "gt") or reached (signalComparisonOperator == "ge") by the rain heights (or intensities) in order to be counted as a "signal". Default: 0 |
signalComparisonOperator |
Operator to be applied when comparing rain values with signalThreshold. Must be one of "gt" (greater than) or "ge" greater than or equal. Default: "gt" |
eventSeparationOperator |
passed to |
functions |
passed to |
signalWidth |
passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.