This function saves all spatially distrubuted information contained in the recovery folder into a comprehensive list object.
This function saves all spatially distrubuted information contained in the recovery folder into a comprehensive list
object.
get.geotop.recovery.state(recFolder, xx = "0000", formatter = "L%04d", extension = ".asc", nsoillayers = 10, layersFromDir = FALSE, ...)
recFolder |
directory when recvery maps are set. In GEOtop it is ... |
xx |
charcter String. Default is |
formatter |
string character for the the decimal formatter to be used. Default is |
extension |
file estension used for asccii recovery map files. It must contains |
nsoillayers |
number of soil layers used in the GEOtop simulation. |
layersFromDir |
logical value. If is |
... |
further arguments |
a list
object containining all recovery raster maps.
This function has been used with the built 1.225-9 of GEOtop .
Emanuele Cordano
library(geotopbricks) example_Rscript <- system.file('template/example.geotop.recovery.state.R',package="geotopbricks") example_Rscript # Not Run because it elapses too long time!!! # Please Uncomment the following line to run by yourself!!! # source(example_Rscript)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.