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