predict_precip: Precipitation Prediction

Description Usage Arguments Details Value Author(s)

Description

This function predicts precipitation for a specific location by creating a linear model based on ONI values and historic precipitation values for a specific region

Usage

1
predict_precip(data, ONI = 0)

Arguments

data

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

ONI

Predicted future ONI value

Details

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

Value

Precipitation prediction (rainfall in inches)

Author(s)

Austin Richards and Molly Williams


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