db.grid2raster {RGeostats}R Documentation

Printing the contents of a grid Db into a Raster File

Description

Printing the contents of a grid Db into a Raster File

Usage

db.grid2raster(dbgrid, filename, name = db.getname(dbgrid, "z", 1), proj = NA, ...)

Arguments

dbgrid

The db-class, organized as a 2-D grid which contains the variable to be saved in an external Raster File.

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 writeRaster function.

Value

Not used


[Package RGeostats version 14.0.10 Index]