get.placements {treeio}R Documentation

get.placements method

Description

get.placement method

Usage

get.placements(object, by, ...)

get.placements(object, by, ...)

Arguments

object

jplace object

by

get best hit or others

...

additional parameter

Value

data.frame

Author(s)

Guangchuang Yu http://ygc.name

Examples

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

[Package treeio version 1.2.2 Index]