Description Usage Arguments Examples
This function will take raw observations, make sure there is enough data to perform the D4 Method (if not, it will return NULL), and then calculate the D4 Method.
1 |
x |
A vector of SWE values |
1 2 | x <- c(1, -2, -1, 0, 0, -4, 5, 0, 3, -1, 0, -2, -1, 3)
rdailychange:::d4_method_from_vector(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.