index-methods           package:orientlib           R Documentation

_M_e_t_h_o_d_s _f_o_r _i_n_d_e_x_i_n_g _o_r_i_e_n_t_a_t_i_o_n_s

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

     Methods are defined for indexing all types of orientations.

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

     Single bracket indexing (e.g. 'x[1:3]') creates a new orientation
     object of the same class as the original by selecting the
     appropriate entries.  Double bracket indexing (e.g. 'x[[3]]')
     extracts the chosen data as a matrix or vector, depending on the
     class of the orientation.

