Description Usage Arguments Value Examples
Plot vs2dh.plotMatrix results
1 2 | vs2dh.plotMatrix(data, nodes = TRUE, maxCol = 100,
ignoreZeroValues = FALSE, ...)
|
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 |
Plot matrix values
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]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.