Learn R Programming

ggtree (version 1.4.11)

read.paml_rst: read.paml_rst

Description

read rst file from paml output

Usage

read.paml_rst(rstfile)

Arguments

rstfile
rst file

Value

A paml_rst object

Examples

Run this code
rstfile <- system.file("extdata/PAML_Baseml", "rst", package="ggtree")
read.paml_rst(rstfile)

Run the code above in your browser using DataLab