ds2station             package:clim.pact             R Documentation

_C_o_n_v_e_r_t _d_s _t_o _s_t_a_t_i_o_n _o_b_j_e_c_t

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

     Convert 'ds' object to 'station' object so that downscaled
     scenarios can be handled like station series.

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

     ds2station(x,what="scenario")

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

       x: a 'ds' object (see 'DS').

    what: either 'scenario' or 'calibration'

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

     a station object

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

     R.E. Benestad

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

     data(eof.c)
     data(oslo.t2m)
     ds <- DS(preds=eof.c, oslo.t2m,plot=FALSE)
     oslo.dm <- ds2station(ds)
     plotStation(oslo.dm)

