Auxiliary functions      package:adegenet      R Documentation(utf8)

_U_t_i_l_i_t_i_e_s _f_u_n_c_t_i_o_n_s _f_o_r _a_d_e_g_e_n_e_t

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

     These functions are mostly used internally in adegenet. The
     notable exceptions are 'adegenetWeb' which opens the adegenet
     website in the default navigator, and 'adegenetTutorial' which
     opens online tutorials for adegenet.

     The other functions are:
      - 'checkType': checks the type of markers being used in a
     function and issues an error if appropriate.
      - '.rmspaces': remove peripheric spaces in a character string. 
      - '.genlab': generate labels in a correct alphanumeric ordering. 
      - '.readExt': read the extension of a given file. 

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

     adegenetWeb()
     adegenetTutorial(which=c("general","spca"))
     .genlab(base, n)

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

   which: a character string being "general" or "spca", indicating
          which tutorial should be opened.

    base: a character string forming the base of the labels

       n: the number of labels to generate

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

     For '.genlab', a character vector of size "n".

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

     Thibaut Jombart t.jombart@imperial.ac.uk

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

     ## Not run: 
     ## this opens the adegenet website
     adegenetWeb()

     ## this opens the general tutorial for adegenet
     adegenetTutorial()

     ## this opens the sPCA tutorial for adegenet
     adegenetTutorial("spca")
     ## End(Not run)

     .genlab("Locus-",11)

