powered by
When specifying an initial starting value, this "grows" the value by a vector of growth rates. This is a legacy function.
crecer(tasas, comienzo)
vector with rates
initial value
numeric
series_crecimiento_regiones
# NOT RUN { rates <- c(1.10,1.20,1.05,1.02,1.10) # Grow by that rate Results <- crecer(tasas = rates, comienzo = 100) # }
Run the code above in your browser using DataLab