lidR (version 1.5.0)

plot.LAScatalog: Plot a LAScatalog object

Description

This functions implements a plot method for LAScatalog objects

Usage

# S3 method for LAScatalog
plot(x, y = TRUE, ...)

Arguments

x

A LAScatalog object

y

Unused. Inherited from R base

inherited from base plot

Examples

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

# Exemple with a single file
proj4   <- "+proj=utm +zone=17"
LASfile <- system.file("extdata", "Megaplot.laz", package="lidR")

ctg = catalog(LASfile)
plot(ctg, proj4)
# }

Run the code above in your browser using DataCamp Workspace