Description Usage Arguments Value Author(s) Examples
Check if a string represents a phast substitution model
1 | is.subst.mod.tm(mod)
|
mod |
A vector of character strings representing substitution model names to be tested |
A vector of logical values indicating whether each string represents a defined substitution model
Melissa J. Hubisz and Adam Siepel
1 2 3 4 | is.subst.mod.tm(c("JC69", "K80", "F81", "HKY85", "HKY85+Gap",
"REV", "SSREV", "REV+GC", "UNREST", "R2", "U2", "R2S",
"U2S", "R3", "R3S", "U3", "U3S", "GC", "HB",
"bad.model"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.