fromtoby               package:simecol               R Documentation

_C_r_e_a_t_e _R_e_g_u_l_a_r _S_e_q_u_e_n_c_e _f_r_o_m '_f_r_o_m-_t_o-_b_y' _V_e_c_t_o_r

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

     This function creates a sequence from named vectors with the 
     names 'from', 'to' and 'by'.

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

     fromtoby(times)

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

   times: A named vector with the names  'from', 'to' and 'by'. 

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

     Named vectors with  'from', 'to' and 'by' can be used in 'simecol'
     to specify time steps.

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

     The appropriate vector with a sequence, generated by 'seq'.

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

     'seq'

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

     times <- c(from=1, to=5, by=0.1)
     fromtoby(times)

