create_WaterIntensityGrid: Create an interpolated grid of the superficial water...

Description Usage Arguments Details Value References Examples

View source: R/create_WaterIntesityGrid.R

Description

Based on the supplied model domain and measured (or constructed) water intensities, a surface grid is interpolated for further usage as infiltration model input.

Usage

1
2
3
create_WaterIntensityGrid(input_file, intp_method, surface, zerosBorder,
  spat_col, dat_col, UTM_gridcenter_x = NA, UTM_gridcenter_y = NA,
  input_dir = dir_input, output_dir = dir_output, ...)

Arguments

test

test

Details

missing

Value

A data.frame, containing spatial information (x, y) and a scale factor of the water intensity for each grid cell.

References

Marvin Reich (2017), mreich@posteo.de

Examples

1

marcianito/gravityInf documentation built on April 10, 2021, 9:32 a.m.