leerdm               package:climatol               R Documentation

_R_e_a_d _t_h_e (_m_o_n_t_h_l_y) _c_l_i_m_a_t_o_l_o_g_i_c_a_l _s_e_r_i_e_s

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

     Climatological series, and coordinates and names of the stations,
     are read from 'VAR_AI-AF.dat' and 'VAR_AI-AF.est' files
     respectively.

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

       leerdm(varcli, anyi, anyf, nm=12, b=1, a=0)

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

  varcli: Acronym of the name of the studied climatic variable, as in
          the data file name.

    anyi: Initial year of the data present in the file (four digits)

    anyf: Final year of the data present in the file (four digits)

      nm: Number of series in each station. (Default=12, for monthly
          data).

    a, b: Parameters of the optional transformation a+b*dat to be
          applied to data when read from the files.

_D_e_t_a_i_l_s:

     'leerdm' is an internal function used by 'depudm', not intended to
     be called directly by the user.

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

     Objects 'dat' (series data) and 'est.c' (coordinates and names of
     the stations) are created, and number of years ('na'), number of
     stations ('ne') and per station number of data ('nd') are also
     computed.

_S_e_e _A_l_s_o:

     'depudm'

