Learn R Programming

PiC (version 1.2.7)

Calculate_trees_metrics: Calculate tree and canopy metrics

Description

Computes metrics for individual trees and forest canopy from segmented point clouds.

Usage

Calculate_trees_metrics(
  woodpoint,
  a,
  AGB_def,
  Forest_floor,
  plot,
  filename,
  output_path,
  canopy_voxel_size = 0.1,
  min_canopy_height = 1.5,
  coverage_method = "mean_normalized"
)

Value

List containing tree metrics, canopy metrics, and file paths

Arguments

woodpoint

Wood points (trunks and branches) with cluster attribute

a

Original point cloud

AGB_def

Non-wood (foliage) points

Forest_floor

Forest floor points

plot

Plot/output file prefix

filename

Original file prefix

output_path

Output directory

canopy_voxel_size

Voxel size for canopy analysis

min_canopy_height

Minimum height for canopy analysis

coverage_method

Coverage degree calculation method