Default methods for subsetting snpclone objects.
# S4 method for snpclone,ANY,ANY,ANY [(x, i, j, ..., mlg.reset = FALSE, drop = FALSE) # S4 method for snpclone initialize(.Object, ..., mlg, mlgclass = TRUE) # S4 method for snpclone show(object)
x | a snpclone object |
---|---|
i | vector of numerics indicating number of individuals desired |
j | a vector of numerics corresponding to the loci desired. |
... | passed on to the |
mlg.reset | logical. Defaults to |
drop | set to |
.Object | a character, "snpclone" |
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. |
object | a snpclone object |