Learn R Programming

aRchi (version 2.1.3)

get_paths: Get the paths from an object of class aRchi

Description

Get the paths from an object of class aRchi

Usage

get_paths(aRchi)

# S4 method for aRchi get_paths(aRchi)

Arguments

aRchi

The object of class aRchi

See Also

get_QSM; get_pointcloud; get_nodes;

Examples

Run this code
# 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 paths (a data.table)
get_paths(Tree1_aRchi)

Run the code above in your browser using DataLab