delineation: Delineate structure on GPR data

delineateR Documentation

Delineate structure on GPR data

Description

Print and invisible returns the GPR data delineations.

Works only close to the points !!!

Usage

delineate(x, name = NULL, values = NULL, n = 10000, plot_del = NULL, ...)

## S4 method for signature 'GPR'
delineate(x, name = NULL, values = NULL, n = 10000, plot_del = NULL, ...)

delineations(x, name = NULL)

## S4 method for signature 'GPR'
delineations(x, name = NULL)

plotDelineations(
  x,
  method = c("linear", "nearest", "pchip", "cubic", "spline", "none"),
  col = NULL,
  ...
)

## S4 method for signature 'GPR'
plotDelineations(
  x,
  method = c("linear", "nearest", "pchip", "cubic", "spline", "none"),
  col = NULL,
  ...
)

rmDelineations(x) <- value

## S4 replacement method for signature 'GPR'
rmDelineations(x) <- value

## S4 method for signature 'GPR'
exportDelineations(x, dirpath = "")

plot3DDelineations(
  x,
  method = c("linear", "nearest", "pchip", "cubic", "spline", "none"),
  col = NULL,
  add = TRUE,
  ...
)

## S4 method for signature 'GPR'
plot3DDelineations(
  x,
  method = c("linear", "nearest", "pchip", "cubic", "spline", "none"),
  col = NULL,
  add = TRUE,
  ...
)

## S4 method for signature 'GPR'
identifyDelineation(
  x,
  method = c("linear", "nearest", "pchip", "cubic", "spline", "none"),
  ...
)

emanuelhuber/RGPR documentation built on March 18, 2024, 8 p.m.