eventSummary: event Summary

Description Usage Arguments Details Value Author(s)

View source: R/eventSummary.R

Description

A function to summarise data during events.

Usage

1
eventSummary(eventCount, data)

Arguments

eventCount

A vector indicating events. The eventCounts of findEvents.

data

A vector of data (e.g rainfall, stream flow, temperature) of length(eventCounts)

Details

This function provides a summary of a vector during events.

Value

minimum

The minumum of the event

mean

The mean of the event

median

The median of the event

std_dev

The standard deviation of the event

variance

The variance of the event

length

The length of the event

steps_till_max

The steps from the start of the event until the maxmimum value of the event

Author(s)

Jason Lessels jlessels@gmail.com


hydroEFS documentation built on May 2, 2019, 4:58 p.m.