lagStation {clim.pact} | R Documentation |
Shifts the station values in time: introduce a lag
lagStation(x,lag=0)
x |
A station object (see station.obj ). |
lag |
lag |
Astation object
R.E. Benestad
data(oslo.t2m) oslo.t2m.1 <- lagStation(oslo.t2m,1) plotStation(oslo.t2m,mon=1,what="t") plotStation(oslo.t2m.1,add=TRUE,mon=1,what="t",col="darkblue")