Default methods for subsetting genclone objects.
# S4 method for genclone
initialize(.Object, ..., mlg, mlgclass = TRUE)# S4 method for genclone,ANY,ANY,ANY
[(x, i, j, ..., mlg.reset = FALSE, drop = FALSE)
# S4 method for genclone
show(object)
# S4 method for genclone
print(x, ..., fullnames = TRUE)
a character, "genclone"
passed on to the genind object.
a vector where each element assigns the multilocus genotype of that individual in the data set.
a logical value specifying whether or not to translate the mlg object into an MLG class object.
a genclone object
vector of numerics indicating number of individuals desired
a vector of numerics corresponding to the loci desired.
logical. Defaults to FALSE. If TRUE, the mlg
vector will be reset
set to FALSE
a genclone object
logical. If TRUE, then the full names of the
populations will be printed. If FALSE, then only the first and last
three population names are displayed.
Zhian N. Kamvar