get.fields {treeio}R Documentation

get.fields method

Description

get.fields method

Usage

get.fields(object, ...)

## S4 method for signature 'codeml'
get.fields(object, ...)

get.fields(object, ...)

## S4 method for signature 'beast'
get.fields(object, ...)

## S4 method for signature 'r8s'
get.fields(object, ...)

## S4 method for signature 'hyphy'
get.fields(object, ...)

## S4 method for signature 'paml_rst'
get.fields(object)

## S4 method for signature 'codeml_mlc'
get.fields(object)

## S4 method for signature 'treedata'
get.fields(object)

## S4 method for signature 'phangorn'
get.fields(object, ...)

Arguments

object

one of jplace, beast, hyphy, codeml, codeml_mlc, paml_rst object

...

additional parameter

Value

available annotation variables

Author(s)

Guangchuang Yu http://ygc.name

Examples

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

[Package treeio version 1.2.2 Index]