Learn R Programming

geotopbricks (version 1.3.3)

writeRasterxGEOtop: This function uses writeRaster to create .asc maps which can be read by GEOtop

Description

This function uses writeRaster to create .asc maps which can be read by GEOtop

Usage

writeRasterxGEOtop(x, filename, overwrite = TRUE,
    NAflag = -9999, use.decimal.formatter = FALSE,
    start.from.zero = FALSE, ...)

Arguments

x
a Raster object, see writeRaster. It can be also a RasterBrick-class object.
filename
see writeRaster. It is a vector of string or one string containing a decimal formatter (see brick.decimal.formatter) in case
overwrite
logical. Default is TRUE, see writeRaster.
NAflag
numeric. Dafauli is -9999, see writeRaster.
use.decimal.formatter
logical value. Default is FALSE. If it is TRUE or x is a RasterBrick-class object with nlayers(x)!=length(filename) , filename
start.from.zero
logical value. Default is FALSE. If TRUE the formatter starts from 0000, otherwise it starts from 0001.
...
further aruments of writeRaster