tabfRatio | R Documentation |
Produce table
tabfRatio(
db = NULL,
rate = 0.001,
rate2 = 1e-05,
range = 0.1,
mutmodel = "stepwise",
relabel = F,
stationary = T,
nr = 0
)
db |
allele frequencies |
rate |
Double |
rate2 |
Double |
range |
Double |
mutmodel |
Character |
relabel |
Logical |
stationary |
Logical |
nr |
Integer 0 complete, 1,2,3 gives Table 1,2,3 |
If logical is TRUE, a stationary version is found
Table (tab) and complete output (all)
Thore Egeland
## Not run:
library(pedtools)
library(pedmut)
library(forrel)
tabfRatio(db = NorwegianFrequencies[1:2], rate = 0.0001, mutmodel = 'equal')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.