vertical_distribution: Vertical_distribution.

Description Usage Arguments Value Author(s) Examples

View source: R/vertical_distribution.R

Description

Computation of vertical (wood) distribution

Usage

1
2
3
4
5
6
vertical_distribution(
  input_cloud = data.frame(x = runif(20), y = runif(20), z = runif(20)),
  strata_height = 0.3,
  vox = TRUE,
  voxel_size = 0.03
)

Arguments

input_cloud

A 3D point cloud file, e.g. "tree1.xyz". Assumes first three columns to be x y z without header. Futher columns are ignored.

strata_height

Thickness of vertical slices in meter. Default 0.3

vox

Should the input point cloud be reduced to voxel grid for faster computation. Default to TRUE.

voxel_size

Size (in meters) of the voxels when vox==TRUE. Default 0.03

Value

A data.frame with tree parameters

Author(s)

Matthias Kunz, last updated: 30.01.2020

Examples

1
vertical_distribution("tree1.xyz", 0.25)

spatial-mk/tre3d documentation built on April 1, 2020, 5:26 p.m.