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

Description Usage Arguments Value Examples

View source: R/utility_tools.R

Description

function for extrapolating temperature using arima

Usage

1
temp.predict(v, plotar = FALSE)

Arguments

v

vector with temperature data.

Value

vector with replaced NA.

Examples

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

claudia-codeco/AlertTools documentation built on Aug. 12, 2021, 9:58 a.m.