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