getNdSlt: Get a node slot

View source: R/a.R

getNdSltR Documentation

Get a node slot

Description

Returns the value of named slot.

Usage

getNdSlt(tree, slt_nm, id)

Arguments

tree

TreeMan object

slt_nm

slot name

id

node id

Details

Returned object depends on name, either character, vector or numeric. Default node slots are: id, spn, prid, ptid and txnym. If slot is empty, returns NA.

See Also

getNdsSlt, https://github.com/DomBennett/treeman/wiki/get-methods

Examples


tree <- randTree(10)
getNdSlt(tree, slt_nm = "spn", id = "t1") # return span of t1

ropensci/phylotaR documentation built on July 9, 2023, 3:17 p.m.