lagStation             package:clim.pact             R Documentation

_I_n_t_r_o_d_u_c_e _a _l_a_g _i_n _s_t_a_t_i_o_n _v_a_l_u_e_s

_D_e_s_c_r_i_p_t_i_o_n:

     Shifts the station values in time: introduce a lag

_U_s_a_g_e:

     lagStation(x,lag=0)

_A_r_g_u_m_e_n_t_s:

       x: A station object (see 'station.obj').

     lag: lag

_V_a_l_u_e:

     Astation object

_A_u_t_h_o_r(_s):

     R.E. Benestad

_E_x_a_m_p_l_e_s:

     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")

