calculate_gravity_response: Calulate gravity response for 3d grids

Description Usage Arguments Details Value References Examples

View source: R/calculate_gravity_response.R

Description

Calculate integrative gravity response, resulting from the mass changes due to changes in soil moisture contents.

Usage

1
calculate_gravity_response(gcomp_grid, mass_input)

Arguments

gcomp_grid

Data.frame, containing the gravity component grid (x,y,z, gcomp).

mass_input

Data.frame, containing columns structure $datetime, $value, $Depth. Important: soil moisture values have to be in %, not integer values. Otherwise the order of the resulting gravity response is by a factor 100.

Details

test

Value

Returns a data.frame containing columns of time information and the corresponding integrative gravity response.

References

Marvin Reich (2017), mreich@posteo.de

Examples

1

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