Description Usage Arguments Author(s) See Also Examples
Tree model summary
1 2 |
object |
An object of class tm |
... |
Parameters to be passed to/from other functions |
Melissa J. Hubisz and Adam Siepel
1 2 3 4 5 | exampleArchive <- system.file("extdata", "examples.zip", package="rphast")
filename <- "rev.mod"
unzip(exampleArchive, filename)
read.tm(filename)
unlink(c(filename, "test.mod"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.