Learn R Programming

rcontroll (version 0.1.2)

get_chm: Extract canopy height model

Description

get_chm() extract the canopy height model from TROLL outputs with lidar option.

Usage

get_chm(sim, method = "smoothed", ...)

# S4 method for trollsim get_chm(sim, method = "smoothed", ...)

Value

data.frame()

Arguments

sim

trollsim.

method

char. method to extract the canopy height model from the point cloud in las, either 'filled' (replacing NA by 0) or 'smoothed' (local means, default value).

...

unused argument.

See Also

trollsim(), troll(), stack()