[,bootgen,ANY,ANY,ANY-method | R Documentation |
This is not designed for user interaction.
## S4 method for signature 'bootgen,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]
## S4 method for signature 'bootgen'
dim(x)
## S4 method for signature 'bootgen'
x$name
## S4 method for signature 'bootgen'
initialize(.Object, gen, na = "mean", freq = TRUE)
x |
a |
i |
vector of numerics indicating number of individuals desired |
j |
a vector of numerics corresponding to the loci desired. |
... |
unused. |
drop |
set to |
.Object |
a character, "bootgen" |
gen |
a genind, genclone, or genpop object |
na |
how missing data should be treated. Default is "mean", averaging
over other values in the matrix. Possible values are listed in
|
freq |
if |
Zhian N. Kamvar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.