vs2dh.plotMatrix: Plot vs2dh.plotMatrix results

Description Usage Arguments Value Examples

View source: R/vs2dhPlot.R

Description

Plot vs2dh.plotMatrix results

Usage

1
2
vs2dh.plotMatrix(data, nodes = TRUE, maxCol = 100,
  ignoreZeroValues = FALSE, ...)

Arguments

data

matrix as returned by vs2di.run(model.path, returnOutput=TRUE)

nodes

if TRUE node numbers are used as x-/y-axis; if false spatial extent

maxCol

maximum number of colors to be used for colorramp

ignoreZeroValues

if TRUE 0 values will be set to NA (Default: FALSE)

...

further parameters passed to levelplot() is derived returned in model units (currently not implemented!)

Value

Plot matrix values

Examples

1
2
3
4
### 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.plotMatrix(data=res$variables$PressureHead[[1]])  

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