display_cbh: Display tree crown base height.

Description Usage Arguments Value Author(s) Examples

View source: R/display_cbh.R

Description

Display tree crown base height.

Usage

1
display_cbh(input_cloud = "*.xyz", cbh = 0, 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.

cbh

Crown base height in meter. Default 0.0

vox

Should the input point cloud be displayed as voxel grid for faster display. Default to TRUE.

voxel_size

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

Value

NULL. Function currently does not return anything.

Author(s)

Matthias Kunz, last updated: 27.04.2019

Examples

1
display_cbh("tree1.xyz", 3.4)

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