This function takes raw observations, make sure there is enough data to perform the D3 Method (if not, it will return NULL), and then calculate the D3 Method. #' @examples x <- c(1, -2, 1, 0, 5, 4, 5, 7, 3, 0, 0, 2, 1, 3) rdailychange:::d3_method_from_vector(x)
1 |
x |
A sequential change of SWE values. This is a vector object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.