| gen_month_arma | R Documentation | 
Generate monthly climate timeseries using ARMA model
gen_month_arma(x.reg.yr, x.loc.mon, n.iter, n.year)
x.reg.yr | 
 data.frame with regional average annual climate timeseries (YEAR, PRCP, TMAX, TMIN, TAVG)  | 
x.loc.mon | 
 data.frame with annual climate timeseries at selected location (YEAR, MONTH, PRCP, TMAX, TMIN, TAVG)  | 
n.iter | 
 number of iterations for arima simulation  | 
n.year | 
 number of years for arima simulation  | 
gen_month_arma(x.reg.yr=clim.reg.yr, x.loc.mon=clim.loc.mon, n.iter=50, n.year=nrow(clim.reg.yr))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.