lidR (version 1.2.1)

plot.Catalog: Plot a Catalog object

Description

This functions implements a plot method for Catalog objects

Usage

# S3 method for Catalog
plot(x, y, ...)

Arguments

x

A Catalog object

y

Unused (inherited from base plot)

Unused (inherited from base plot)

Examples

Run this code
# NOT RUN {
catalog = catalog("<Path to a folder containing a set of .las files>")
plot(catalog)
# }

Run the code above in your browser using DataLab