summary.tm: Tree Model Summary

Description Usage Arguments Author(s) See Also Examples

View source: R/treeModel.R

Description

Tree model summary

Usage

1
2
## S3 method for class 'tm'
summary(object, ...)

Arguments

object

An object of class tm

...

Parameters to be passed to/from other functions

Author(s)

Melissa J. Hubisz and Adam Siepel

See Also

tm

Examples

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"))

rphast documentation built on May 1, 2019, 9:26 p.m.