Description Usage Arguments Value Author(s) Examples
Function that thins a point cloud to a desired homogenous horizontal point density by keeping a random subset of points of a desired size in each spatial cell and discarding all other points.
| 1 | thin.point.cloud(pc, cell.size = 1, returns.per.cell = 4)
 | 
| pc | Point cloud in XYZ-table format (important: column names need to be X, Y and Z) | 
| cell.size | Side length of a spatial unit | 
| returns.per.cell | Number of returns that should be kept in each cell | 
data.frame of the thinned point cloud in XYZ-table format
Nikolai Knapp, nikolai.knapp@ufz.de
| 1 | in progress
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.