Description Usage Arguments Author(s)
Default methods for subsetting genclone objects.
1 2 3 4 5 6 7 8 9 10 11 | ## 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 |
|
gen |
|
loc |
passed on to |
treatOther |
passed on to |
quiet |
passed on to |
Zhian N. Kamvar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.