chmTreeGaps {NGCHM}R Documentation

Creates new treeCuts object

Description

This function was designed to facilitate setting rowGapLocations and colGapLocations in the chmNew() function. See examples section.

Usage

chmTreeGaps(numberOfCuts)

Arguments

numberOfCuts

Number of tree cuts

Value

treeCuts object with specified number of tree cuts

Examples

mychm <- chmNew("test_chm", rowGapLocations = chmTreeGaps(5))

[Package NGCHM version 1.0.3 Index]