View source: R/display_point_cloud_function.R
display_point_cloud | R Documentation |
Function for 3-dimensional point cloud visualization.
display_point_cloud(
xyz.dt,
col.palette = NA,
col.var = "Z",
col.lim = NA,
size = 1
)
col.palette |
Color palette |
col.var |
String with name of the column which contains the information for coloring |
col.lim |
Vector of two elements specifying the limits of the col.var values |
size |
...of plotted points |
pc |
Point cloud in XYZ-table format (important: column names need to be X, Y and Z) |
3D plot in rgl window
Nikolai Knapp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.