View source: R/rainfallDetection.R
rainfallDetection | R Documentation |
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.
rainfallDetection(wave, method = "bedoya2017", ...)
wave |
A Wave object to detect rainfall in |
method |
Which rainfall detection method to use ("bedoya2017") |
... |
Other arguments to pass to rain detection function |
Numeric value from the rainfall detection algorithm chosen.
## Not run:
rainfallDetection(sheep, method="bedoya2017")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.