View source: R/periodic_boundaries_function.R
| periodic_boundaries | R Documentation | 
Function that creates periodic boundaries for point clouds, i.e. points that exceed the boundaries of the area re-appear on the opposite side of the area.
periodic_boundaries(xyz.dt, minx, maxx, miny, maxy)
xyz.dt | 
 Data.table containing X-, Y- and Z-coordinates of the points  | 
minx | 
 Minimum X-coordinate of the area  | 
maxx | 
 Maximum X-coordinate of the area  | 
miny | 
 Minimum Y-coordinate of the area  | 
maxy | 
 Maximum Y-coordinate of the area  | 
data.table of X-, Y- and Z-coordinates with periodic boundaries
Nikolai Knapp
in progress
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.