db.grid2raster {RGeostats} | R Documentation |
Printing the contents of a grid Db into a Raster File
db.grid2raster(dbgrid, filename, name = db.getname(dbgrid, "z", 1), proj = NA, ...)
dbgrid |
The |
filename |
Name of the External Raster File to be created. If a file already exists with the same name, pass the option 'overwrite=TRUE' using the "...". |
name |
Name of the variable to be saved in the External Raster File. By default, the (first) variable with Z-locator is saved. |
proj |
An optional projection definition (using PROJ4 convention). |
... |
Additional arguments passed to |
Not used