anomaly.field {clim.pact}R Documentation

Anomalies of a field object.

Description

Estimates the anomalies of a field object. Also see anomaly.field.

Usage

anomaly.field(x,period=NULL)
daily2monthly.field(field,min.days.month=20,method="colMeans",na.rm=TRUE)

Arguments

x A field object.
period Period to use as climatology NULL -> the entire series as reference clim.
field
min.days.month
method
na.rm

Value

A field object.

Author(s)

R.E. Benestad

Examples

## Not run: 
slp<-retrieve.nc("ncep_slp.nc")
slp.a<-anomaly.field(slp)
## End(Not run)

[Package clim.pact version 2.2-15 Index]