View source: R/write.vectorized.geotop.recovery.R
write.vectorized.geotop.recovery | R Documentation |
list
object returened by get.geotop.recovery.state
as a string vector or in a text file, following *.inpts
or Matlab-like syntax.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,
...
)
rec |
a |
file |
ascii text file name whrere to write the string vector |
header |
character string vector for header text lines. If missing, a default header is written. Default is |
overwrite |
logical. Default is |
NAflag |
numeric. Default is -9999, see |
matlab.syntax |
logical value. Default is |
... |
further aguments inserted as attribute |
a string vector containg the rec
variables.
Add Quote if necessary
get.geotop.recovery.state
,set.geotop.recovery.state
,write.vectorized.variable.in.string
# See the examples of the 'get.geotop.recovery.state' function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.