powered by
Read a tree model from a file
read.tm(filename)
The file containing a tree model
An object of class "tm"
tm
# NOT RUN { exampleArchive <- system.file("extdata", "examples.zip", package="rphast") filename <- "rev.mod" unzip(exampleArchive, filename) tm <- read.tm(filename) tm unlink(filename) # }
Run the code above in your browser using DataLab