list
object returened by get.geotop.recovery.state
as a string vector or in a text file, following *.inpts
or Matlab-like syntax.R/write.vectorized.geotop.recovery.R
write.vectorized.geotop.recovery.Rd
It writes a list
object returened by get.geotop.recovery.state
as a string vector or in a text file, following *.inpts
or Matlab-like syntax.
write.vectorized.geotop.recovery(
rec,
file = NULL,
header = NULL,
overwrite = TRUE,
NAflag = -9999,
matlab.syntax = TRUE,
...
)
a list
object returened by get.geotop.recovery.state
ascii text file name whrere to write the string vector
character string vector for header text lines. If missing, a default header is written. Default is c("! header")
or he one assigned by matlab.syntax
.
logical. Default is TRUE
, see writeRaster
.
numeric. Default is -9999, see writeRasterxGEOtop
.
logical value. Default is TRUE
. If TRUE
the file syntax is like the one of a *.m Matlab script file.
further aguments inserted as attribute
a string vector containg the rec
variables.
Add Quote if necessary
# See the examples of the 'get.geotop.recovery.state' function