Learn R Programming

ForestGapR (version 0.1.7)

ALS_CHM_CAU_2012: ALS-derived CHM - Fazenda Cauaxi 2012

Description

The Airborne Laser Scanning (ALS)-derived Canopy Height Model - (CHM) provided as an example dataset collected in 2012 at Fazenda Cauaxi in the Paragominas Municipality of Pará State, Brazil, in the eastern Amazon.

Usage

data(ALS_CHM_CAU_2012)

Arguments

Format

The format is:'RasterLayer'

Details

The 1-m ALS-CHM was generated using Lastools software (Isenburg 2016)

References

Keller, M. 2018. Available online: https://www.paisagenslidar.cnptia.embrapa.br/webgis/

Isenburg, M. LAStools—Efficient Tools for Lidar Processing. 2018. Available online: http://www.cs.unc. edu/~isenburg/lastools/ (accessed on 3 October 2018).

Examples

Run this code
library(raster)

data(ALS_CHM_CAU_2012)
plot(ALS_CHM_CAU_2012)

Run the code above in your browser using DataLab