temp.predict: Fit arima to fill in missing data at the end of temperature...

View source: R/utility_tools.R

temp.predictR Documentation

Fit arima to fill in missing data at the end of temperature time series.

Description

function for extrapolating temperature using arima

Usage

temp.predict(v, plotar = FALSE)

Arguments

v

vector with temperature data.

Value

vector with replaced NA.

Examples

head(cliSBCB)
temp.predict(v=cli[,3], plotar = T)

AlertaDengue/AlertTools documentation built on Nov. 27, 2024, 11:55 p.m.