build_aRchi: Build a an object of class aRchi

View source: R/build_aRchi.R

build_aRchiR Documentation

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

aRchi; write_aRchi; read_aRchi

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 documentation built on Sept. 3, 2022, 9:06 a.m.