rainfallDetection: Rainfall detection

Description Usage Arguments Value Examples

View source: R/rainfallDetection.R

Description

Detects rainfall in a Wave. An uncalibrated version of Bedoya et al (2017) <doi:10.1016/j.ecolind.2016.12.018> is available in this package. The hardRain package can also be accessed via this wrapper.

Usage

1
rainfallDetection(wave, method = "bedoya2017", ...)

Arguments

wave

A Wave object to detect rainfall in

method

Which rainfall detection method to use ("bedoya2017")

...

Other arguments to pass to rain detection function

Value

Numeric value from the rainfall detection algorithm chosen.

Examples

1
2
3
4
## Not run: 
rainfallDetection(sheep, method="bedoya2017")

## End(Not run)

sonicscrewdriver documentation built on May 2, 2021, 5:06 p.m.