"loci".## S3 method for class 'loci':
print(x, details = FALSE, ...)
## S3 method for class 'loci':
summary(object, ...)
## S3 method for class 'summary.loci':
print(x, ...)
## S3 method for class 'summary.loci':
plot(x, loci, what = "both", layout = 1, col = c("blue", "red"), ...)"loci" or "genind",
a data frame, a factor, or a vector.TRUE the data are printed as
a data frame; the default is FALSE."alleles", "genotypes", and "both" (the default),
or any unambiguous abbreviations.summary.loci returns a list with the genes as names and each
element made a list with two vectors "genotype" and
"allele" with the frequencies (numbers) of genotypes and
alleles, respectively. The names of these two vectors are the observed
genotypes and alleles. print and plot methods return NULL.
read.loci, getAlleles