correct_SGpillar: Correct gravity component grid for the SG pillar

Description Usage Arguments Details Value References Examples

View source: R/correct_SGpillar.R

Description

Removes gravity components at location of the SG pillar. It can correct for both rectangular or circular shaped pillars, depending on what data is supplied.

Usage

1
2
3
correct_SGpillar(gravity_comp3d, Pillar_x = NA, Pillar_y = NA,
  Pillar_z = NA, correct_radius = NA, correct_depth = NA, SG_X = SG_x,
  SG_Y = SG_y, grid_discretization = NA)

Arguments

Pillar_x, y, z

Numeric, coordinate of the SG pillar (x and y).

correct_radius

Numeric, radius of the SG pillar.

correct_depth

Numeric, vertical extent of the SG pillar.

grid_discretization

test

gravity_gcomp3d

Data.frame, of the gravity component grid containing columns x, y, z, zgrid and gcomp.

SG_x, y

Numeric, coordinate of the SG (x and y).

Details

missing

Value

A data.frame of the corrected gravity component grid is return.

References

Marvin Reich (2017), mreich@posteo.de

Examples

1

marcianito/hygra documentation built on Aug. 3, 2020, 7:47 p.m.