Description Usage Arguments Details Value References Examples
Generates a grid in 3d, containing time series at each point of soil moisture.
1 2  | SoilMoisture_grid3d(grid_domain, soilMoisture_input, grid_discretization,
  grid_depth, input_dir, ...)
 | 
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  | 
missing
Returns a data.frame with 5 columns. Information about time (datetime), spatial information (x,y,z) and value which is the soil moisture data.
Marvin Reich (2017), mreich@posteo.de
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.