Learn R Programming

geotopbricks (version 1.3.3)

get.geotop.recovery.state: This function saves all spatially distrubuted information contained in the recovery folder into a comprehensive list object.

Description

This function saves all spatially distrubuted information contained in the recovery folder into a comprehensive list object.

Usage

get.geotop.recovery.state(recFolder, xx = "0000",
    formatter = "L%04d", extension = ".asc",
    nsoillayers = 10, ...)

Arguments

recFolder
directory when recvery maps are set. In GEOtop it is ...
xx
charcter String. Default is "0000"
extension
file estension used for asccii recovery map files. It must contains '.' as the first character. Defaut is ".asc" .
formatter
string character for the the decimal formatter to be used. Default is "L%04d".
nsoillayers
number of soil layers used in the GEOtop simulation
...
further arguments

Value

  • a list object containining all recovery raster maps.

See Also

brick.decimal.formatter,raster,set.geotop.recovery.state,write.vectorized.geotop.recovery,read.vectorized.geotop.recovery

Examples

Run this code
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)

Run the code above in your browser using DataLab