display.point.cloud: Plot point cloud in 3D space

Description Usage Arguments Value Author(s) Examples

Description

Function for 3-dimensional point cloud visualization.

Usage

1
2
display.point.cloud(pc, col.palette = NA, col.var = "Z", col.lim = c(0,
  50), size = 1)

Arguments

pc

Point cloud in XYZ-table format (important: column names need to be X, Y and Z)

col.palette

Color palette

col.field

String with name of the column which contains the information for coloring

col.field.lim

Vector of two elements specifying the limits of the col.field values

Value

3D plot in rgl window

Author(s)

Nikolai Knapp, nikolai.knapp@ufz.de

Examples

1
in progress

niknap/LidarProcessoR documentation built on May 29, 2019, 7:18 a.m.