get_chm {rcontroll}R Documentation

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 signature 'trollsim'
get_chm(sim, method = "smoothed", ...)

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.

Value

data.frame()

See Also

trollsim(), troll(), stack()


[Package rcontroll version 0.1.1 Index]