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

build_aRchi

Build a an object of class aRchi


Description

Build an object of class aRchi

Usage

build_aRchi(QSM, point_cloud, keep_original = FALSE)

Arguments

QSM

A data.table obtained from read_QSM function

point_cloud

A point cloud. Either a LAS or a data.table with at least three columns with 3d coordinates (i.e X,Y,Z)

keep_original

logical (Default = FALSE). Should the original branching order and axis be kept ? Otherwise, it is re-estimated.

See Also

Examples

file_QSM=system.file("extdata","Tree_1_TreeQSM.txt",package = "aRchi")
file_pc=system.file("extdata","Tree_1_point_cloud.las",package = "aRchi")
QSM=read_QSM(file_QSM,model="treeQSM")
pc=lidR::readLAS(file_pc)
# Make an object of class aRchi
Tree1_aRchi=build_aRchi(QSM=QSM,point_cloud=pc)

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.