Description Usage Arguments Value Examples
Spatial plotting of observation point time series
1 2 | vs2dh.plotObservationPoints(paras = "Temp", data, paraLabel = NULL,
maxCol = 100, ...)
|
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 |
maxCol |
maximum number of colors to be used for colorramp |
... |
further parameters passed to |
Spatial plots of observation point time series
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)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.