Description Usage Arguments Value
View source: R/vs2dhReadConfig.R
Helper function: imports matrices (jtex, hvalues, tvalues)
1 | importMatrices(prepData, dbg = TRUE)
|
prepData |
object as retrieved by prepareImport() |
dbg |
prints debug information on the screen |
Matrix values (always: soil, if available: initial pressure head & temperature distribution) model.path <- system.file("extdata", "vs2dh_example/tutorial2", package = "kwb.vs2dh") inp <- prepareImport(model.path) grid <- importMatrices(inp) #### Soil properties matrix vs2dh.plotMatrix(data = grid$jtex) #### Initial temperature distribution matrix vs2dh.plotMatrix(data = grid$tvalues)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.