Creates a histogram from LiDAR data.
lidar_histogram(input, output, parameter = "elevation", clip = 1,
verbose_mode = FALSE)
Input LiDAR file.
Output HTML file (default name will be based on input file if unspecified).
Parameter; options are 'elevation' (default), 'intensity', 'scan angle', 'class.
Amount to clip distribution tails (in percent).
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.