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)
.Object | a character, "genclone" |
---|---|
... | passed on to the |
mlg | a vector where each element assigns the multilocus genotype of that individual in the data set. |
mlgclass | a logical value specifying whether or not to translate the mlg object into an MLG class object. |
x | a genclone object |
i | vector of numerics indicating number of individuals desired |
j | a vector of numerics corresponding to the loci desired. |
mlg.reset | logical. Defaults to |
drop | set to |
object | a genclone object |
fullnames |
|
gen |
|
loc | passed on to |
treatOther | passed on to |
quiet | passed on to |