initialize,genclone-method | R Documentation |
Default methods for subsetting genclone objects.
## S4 method for signature 'genclone'
initialize(.Object, ..., mlg, mlgclass = TRUE)
## S4 method for signature 'genclone,ANY,ANY,ANY'
x[i, j, ..., mlg.reset = FALSE, drop = FALSE]
## S4 method for signature 'genclone'
show(object)
## S4 method for signature '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 |
|
Zhian N. Kamvar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.