Learn R Programming

sonicscrewdriver (version 0.0.7)

rainfallDetection: Rainfall detection

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

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

Value

Numeric value from the rainfall detection algorithm chosen.

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

Examples

Run this code
if (FALSE) {
rainfallDetection(sheep, method="bedoya2017")
}

Run the code above in your browser using DataLab