View source: R/utility_tools.R
temp.predict | R Documentation |
function for extrapolating temperature using arima
temp.predict(v, plotar = FALSE)
v |
vector with temperature data. |
vector with replaced NA.
head(cliSBCB)
temp.predict(v=cli[,3], plotar = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.