Learn R Programming

rphast (version 1.6.9)

summary.tm: Tree Model Summary

Description

Tree model summary

Usage

# S3 method for tm
summary(object, ...)

Arguments

object

An object of class tm

...

Parameters to be passed to/from other functions

See Also

tm

Examples

Run this code
# NOT RUN {
exampleArchive <- system.file("extdata", "examples.zip", package="rphast")
filename <- "rev.mod"
unzip(exampleArchive, filename)
read.tm(filename)
unlink(c(filename, "test.mod"))
# }

Run the code above in your browser using DataLab