predict_temp: Temperature Prediction

Description Usage Arguments Details Value Author(s)

Description

This function predicts temperature for a specific location by creating a linear model based on Ocean Nino Index (ONI) values

Usage

1
predict_temp(data, month, ONI = 0)

Arguments

data

Data frame with ONI, temperature and precipitation values by month for a specific location

month

Month for which you are predicting temperature

ONI

Predicted future ONI value

Details

Part of a series of ENSO functions in library(enso)

Value

Temperature prediction (celsius)

Author(s)

Austin Richards and Molly Williams


molly-williams/enso documentation built on June 14, 2019, 12:05 a.m.