Build a an object of class aRchi
Build an object of class aRchi
build_aRchi(QSM, point_cloud, keep_original = FALSE)
QSM |
A data.table obtained from |
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. |
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.