vs2dh.plotObservationPoints: Spatial plotting of observation point time series

Description Usage Arguments Value Examples

View source: R/vs2dhPlot.R

Description

Spatial plotting of observation point time series

Usage

1
2
vs2dh.plotObservationPoints(paras = "Temp", data, paraLabel = NULL,
  maxCol = 100, ...)

Arguments

paras

vector with at least one of the following parameters: H_m (total head), P_m (pressure head), THETA (moisture content), SAT (saturation), TEMP (for temperature), VX (velocity in x-direction), VZ (velocity in z-direction), ET (evapotransporation)

data

as returned by vs2di.run() in sublist "obsPoint"

paraLabel

optional parameter for changing the label text of the parameters defined in paras (if not used the value in "paras" is used for labelling)

maxCol

maximum number of colors to be used for colorramp

...

further parameters passed to levelplot()

Value

Spatial plots of observation point time series

Examples

1
2
3
4
5
6
### Location of example vs2dh model contained in "kwb.vs2dh package"
model.path <- system.file("extdata", "vs2dh_example/tutorial2", package = "kwb.vs2dh")
res <- vs2di.run(model.path = model.path)  
vs2dh.plotObservationPoints (paras="TEMP",
                             data=res$obsPoints,
                             paraLabel="Temperature (\u00B0\ C)")  

KWB-R/kwb.vs2dh documentation built on Sept. 10, 2019, 12:20 p.m.