interpSlices: Interpolate horizontal slices

interpSlicesR Documentation

Interpolate horizontal slices

Description

Interpolate horizontal slices

Usage

## S4 method for signature 'GPRsurvey'
interpSlices(
  x,
  dx = NULL,
  dy = NULL,
  dz = NULL,
  h = 6,
  extend = c("chull", "bbox", "obbox", "buffer"),
  buffer = NULL,
  shp = NULL
)

Arguments

x

GPRsurvey object

dx

Spatial sampling in the x-direction

dy

Spatial sampling in the y-direction

dz

Spatial sampling in the z-direction

h

Number of levels in the hierarchical construction of the multilevel B-spline interpolation. See MBA{mba.surf}.

extend

[character(1)] See Details.

buffer

[numeric(1)] apply a buffer around the chosen extend. If buffer = NULL, the interpolation extend defined by extend will by extended by 5%.

shp

[sf class] Spatial object to define the extend. If defined, extend is ignored.

The parameter extend defines the extend of the interpretation:

chull

the convex-hull

bbox

the bounding box

obbox

the oriented bounding box

buffer

an area around the GPR lines (like a buffer). In this case a buffer value > 0 must be defined.

See Also

MBA{mba.surf} multilevel B-spline interpolation


emanuelhuber/RGPR documentation built on May 13, 2024, 9:31 p.m.