initialize,bruvomat-method {poppr} | R Documentation |
Methods used for the bruvomat object.
Description
This is not designed for user interaction.
Usage
## S4 method for signature 'bruvomat'
initialize(.Object, gen, replen)
## S4 method for signature 'bruvomat'
dim(x)
## S4 method for signature 'bruvomat,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]
Arguments
.Object |
a character, "bruvomat" |
gen |
|
replen |
a vector of numbers indicating the repeat length for each microsatellite locus. |
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 |
Author(s)
Zhian N. Kamvar
[Package poppr version 2.9.7 Index]