seq.onion               package:onion               R Documentation

_s_e_q _m_e_t_h_o_d _f_o_r _o_n_i_o_n_s

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

     Rough equivalent of 'seq()' for onions.

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

     ## S3 method for class 'onion':
     seq(from = 1, to = 1, by = ((to - 
         from)/(length.out - 1)), length.out = NULL, slerp = FALSE, ...)

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

    from: Onion for start of sequence

      to: Onion for end of sequence

      by: Onion for interval

length.out: Length of vector returned

   slerp: Boolean, with default 'FALSE' meaning to use linear
          interpolation and 'TRUE' meaning to use spherical linear
          interpolation (useful for animating 3D rotation)

     ...: Further arguments (currently ignored)

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

     Robin K. S. Hankin

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

     seq(from=O1,to=Oil,length.out=6)
     seq(from=H1,to=(Hi+Hj)/2,len=10,slerp=TRUE)

