Helper function: imports matrices (jtex, hvalues, tvalues)

importMatrices(prepData, dbg = TRUE)

Arguments

prepData

object as retrieved by prepareImport()

dbg

prints debug information on the screen

Value

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)