View source: R/read.vectorized.geotop.recovery.R
read.vectorized.geotop.recovery | R Documentation |
write.vectorized.geotop.recovery
#. containing values and matedata of a z-layer brick referred to a time instant (e.g. date). The file is formatted like an ascii format like 'geotop.inpts'
file.
read.vectorized.geotop.recovery(
file = file,
comment = "!",
matlab.syntax = TRUE,
xx = "0000",
formatter = "L%04d",
extension = ".asc",
NAflag = -9999,
crs = "",
...
)
file |
file name to write |
comment |
character. Comment indicator. Default is |
matlab.syntax |
logical value. Default is |
formatter , extension , xx |
see |
NAflag |
numeric. Default is -9999, see |
crs |
Character or object of class CRS. PROJ4 type description of a Coordinate Reference System (map projection) (optional). See |
... |
further aguments inserted as attribute |
a list
object like get.geotop.recovery.state
write.vectorized.geotop.recovery
# see the examples of read.ascii.vectorized.brick
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.