View source: R/read.ascii.vectorized.brick.R
read.ascii.vectorized.brick | R Documentation |
'geotop.inpts'
file.Read a text file 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.ascii.vectorized.brick(
file = NULL,
comment = "!",
crs = "",
NAflag = -9999,
matlab.syntax = FALSE,
...
)
file |
file name to write |
comment |
character. Comment indicator. Default is |
crs |
Character or object of class CRS. PROJ4 type description of a Coordinate Reference System (map projection) (optional). See |
NAflag |
numeric. Dafauli is -9999, see |
matlab.syntax |
logical value. Default is |
... |
further aguments inserted as attribute |
the RasterBrick-class
object
write.ascii.vectorized.brick
# 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.