lidR (version 1.1.0)

summary.LAS: Summary of LAS data

Description

This functions implements a summary method for LAS objects

Usage

# S3 method for LAS
summary(object, ...)

Arguments

object

An object of the class LAS

Unused (inherited from R base)

See Also

Class LAS

Examples

Run this code
# NOT RUN {
LASfile <- system.file("extdata", "Megaplot.laz", package="lidR")

lidar = readLAS(LASfile)

summary(lidar)

# }

Run the code above in your browser using DataLab