anomaly.field {clim.pact} | R Documentation |
Estimates the anomalies of a field object. Also see anomaly.field
.
anomaly.field(x,period=NULL)
x |
A field object. |
period |
Period to use as climatology NULL -> the entire series as reference clim. |
A field object.
R.E. Benestad
## Not run: slp<-retrieve.nc("ncep_slp.nc") slp.a<-anomaly.field(slp) ## End(Not run)