Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_nodes

Get the nodes from an object of class aRchi


Description

Get the nodes from an object of class aRchi

Usage

get_nodes(aRchi)

## S4 method for signature 'aRchi'
get_nodes(aRchi)

Arguments

aRchi

The object of class aRchi

See Also

Examples

# Read an aRchi file with a QSM and paths tables.
file=system.file("extdata","Tree_1_aRchi.aRchi",package = "aRchi")
Tree1_aRchi=read_aRchi(file)

# get the nodes (a list of two data.table)
get_nodes(Tree1_aRchi)

aRchi

Quantitative Structural Model ('QSM') Treatment for Tree Architecture

v1.0.5
CeCILL
Authors
Olivier Martin
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.