Skip to contents

Plot a parallax point cloud

Usage

# S3 method for class 'px_cloud'
plot(x, color_by = "z", point_size = 1, backend = "ggplot", ...)

Arguments

x

A px_cloud object.

color_by

Character — attribute to color by: "z", "intensity", "classification", "rgb", or "none".

point_size

Numeric — rendering point size.

backend

Character: "rgl" (interactive 3D) or "ggplot" (2D projection).

...

Additional arguments passed to the plotting backend.

Value

Invisibly returns the plot object (ggplot or rgl scene ID).