get_chm() extract the canopy height model from TROLL outputs with lidar
option.
get_chm(sim, method ="smoothed", ...)# S4 method for class '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).