write.vectorized.variable.in.string {geotopbricks} | R Documentation |
Writes one or more variables (scalars, vectors or Rasters) in a string each, following *.inpts
or Matlab-like syntax.
Description
Writes one or more variables (scalars, vectors or Rasters) in a string each, following *.inpts
or Matlab-like syntax.
Usage
write.vectorized.variable.in.string(
l,
NAflag = -9999,
matlab.syntax = FALSE,
...
)
Arguments
l |
a |
NAflag |
numeric. Default is -9999, see |
matlab.syntax |
logical value. Default is |
... |
further aguments |
Value
the string vector <NAME_VARIABLE>==<VALUES_VARIABLE>
.
Note
Add Quote if necessary
See Also
Examples
a <- 1:5
l <- list(v=a,a=a)
out <- write.vectorized.variable.in.string(l,matlab.syntax=TRUE)
out
[Package geotopbricks version 1.5.8.2 Index]