tabLRR | R Documentation |
Produce table
tabLRR(
db = NULL,
rate = 0.001,
rate2 = 1e-05,
range = 0.1,
nsim = 2,
seed = 1729,
maks = FALSE
)
db |
allele frequencies |
rate |
Double |
rate2 |
Double |
range |
Double |
nsim |
Integer |
seed |
Integer |
maks |
Logical |
LRR table
LRR table
Thore Egeland
## Not run:
library(forrel)
library(KLINK)
db = getFreqDatabase(KLINK::halfsib[[1]])
tabLRR(db = db)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.