View source: R/ComputeIncrementation.R
ComputeIncrementation | R Documentation |
ComputeIncrementation
ComputeIncrementation(Var, Type, Time = NULL)
Var |
Variable (numeric) |
Type |
Type of incrementation: "absolute" or "annual" (character)
|
Time |
Time variable if Type = "annual" (numeric) |
Absolute or annual incrementation of the variable
Diameter = c(13, 14, 15, 16, 30, 19, 15, 21, 23)
Time = c(2000, 2002, 2004, 2006, 2008, 2012, 2014, 2016, 2020)
Rslt <- ComputeIncrementation(Var = Diameter, Type = "annual", Time = Time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.