Auxiliary functions {adegenet} | R Documentation |
These functions are mostly used internally in adegenet.
The notable exception is adegenetWeb
, which opens the adegenet
website in the default navigator.
The other functions are:
- .rmspaces
: remove peripheric spaces in a character string
- .genlab
: generate labels in a correct alphanumeric ordering
- .readExt
: read the extension of a given file
adegenetWeb() .genlab(base, n)
base |
a character string forming the base of the labels |
n |
the number of labels to generate |
For .genlab
, a character vector of size "n".
Thibaut Jombart jombart@biomserv.univ-lyon1.fr
## Not run: ## this opens the adegenet website adegenetWeb() ## End(Not run) .genlab("Locus-",11)