getDatatype               package:xps               R Documentation

_G_e_t _D_a_t_a _T_y_p_e

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

     Get data type corresponding to tree type.

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

     getDatatype(treetype)

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

treetype: tree type.

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

     Get data type corresponding to tree type. Valid tree types are
     described in 'validTreetype'.

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

     a 'character' with the correct data type,  i.e. rawdata,
     preprocess or normation.

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

     Christian Stratowa

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

     'type2Exten', 'validTreetype'

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

     getDatatype("cel")
     getDatatype("tbw")

