SoilMoisture_grid3d: Soil moisture grid (3d)

Description Usage Arguments Details Value References Examples

View source: R/SoilMoisture_grid3d.R

Description

Generates a grid in 3d, containing time series at each point of soil moisture.

Usage

1
2
SoilMoisture_grid3d(grid_domain, soilMoisture_input, grid_discretization,
  grid_depth, input_dir, ...)

Arguments

grid_domain

Data.frame, constructed with minimum 3 columns (x,y,z) which describe spatial dimensions of 3d grid.

soilMoisture_input

Name of file, containing the soil moisture time series. This file has to contain minimal 2 columns (datetime and z) but can optionally also contain (x and/or y), if a higher dimensional soil moisture dataset is available.

grid_discretization

data.frame with columns (x,y,z), indicating the discretization in the corresponding direction.

input_dir

Directory where

Details

missing

Value

Returns a data.frame with 5 columns. Information about time (datetime), spatial information (x,y,z) and value which is the soil moisture data.

References

Marvin Reich (2017), mreich@posteo.de

Examples

1

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