periodic_boundaries: Periodic boundaries

View source: R/periodic_boundaries_function.R

periodic_boundariesR Documentation

Periodic boundaries

Description

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.

Usage

periodic_boundaries(xyz.dt, minx, maxx, miny, maxy)

Arguments

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

Value

data.table of X-, Y- and Z-coordinates with periodic boundaries

Author(s)

Nikolai Knapp

Examples

in progress

niknap/slidaRtools documentation built on Oct. 16, 2024, 3:53 p.m.