aafList-class package:annaffy R Documentation _C_l_a_s_s _a_a_f_L_i_s_t, _a _s_p_e_c_i_a_l_i_z_e_d _s_u_b_c_l_a_s_s _o_f _l_i_s_t _D_e_s_c_r_i_p_t_i_o_n: A class for lists of annotation data objects. _O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s: Objects are generally created by any of the annotation data constructors that are also part of this package. Objects can also be created manually by calls of the form 'new("aafList", list)'. _S_l_o_t_s: '._D_a_t_a': Object of class 'list' _E_x_t_e_n_d_s: Class 'list', from data part. _M_e_t_h_o_d_s: _g_e_t_T_e_x_t (aafList): Returns a character vector containing textual representations of every item. _g_e_t_U_R_L (aafList): Returns a character vector containing single URLs (if possible) of every item. _g_e_t_H_T_M_L (aafList): Returns a character vector containing HTML representations of every item. _g_e_t_T_D (aafList): Returns a character vector containing HTML table cell representations of every item. _g_e_t_C_S_S (aafList): Returns getCSS() of the first item in the list. [ (aafList): Returns a subset of aafList as another 'aafList' object. _A_u_t_h_o_r(_s): Colin A. Smith, annaffy@colinsmith.org