show,beast-method {treeio}R Documentation

show method

Description

show method for jplace instance

Usage

## S4 method for signature 'beast'
show(object)

## S4 method for signature 'codeml'
show(object)

## S4 method for signature 'codeml_mlc'
show(object)

show(object)

## S4 method for signature 'phylip'
show(object)

## S4 method for signature 'paml_rst'
show(object)

## S4 method for signature 'r8s'
show(object)

## S4 method for signature 'hyphy'
show(object)

## S4 method for signature 'treedata'
show(object)

Arguments

object

one of jplace, beast object

Value

print info

Author(s)

Guangchuang Yu https://guangchuangyu.github.io

Examples

jp <- system.file("extdata", "sample.jplace", package="treeio")
jp <- read.jplace(jp)
show(jp)

[Package treeio version 1.2.2 Index]