d3_method_from_vector: d3_method_from_vector

Description Usage Arguments

View source: R/day3.R

Description

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)

Usage

1

Arguments

x

A sequential change of SWE values. This is a vector object.


Kinekenneth48/rdailychange documentation built on Dec. 18, 2021, 3:34 a.m.