rsaga.copy.sgrd | R Documentation |
Creates a copy of a SAGA grid file, optionally overwriting the target file if it already exists. Intended mainly for internal use by RSAGA functions, currently in particular rsaga.inverse.distance()
.
rsaga.copy.sgrd(in.grid, out.grid, overwrite = TRUE, env = rsaga.env())
in.grid |
name of a SAGA GIS grid file; file extension can be omitted |
out.grid |
name of a SAGA GIS grid file; file extension can be omitted |
overwrite |
logical; if |
env |
a SAGA geoprocessing environment as created by |
SAGA grid files consist of three (or more) individual files with file extensions .mgrd
, .sgrd
and .sdat
. The files with these three file extensions are copied, any additional files (e.g. a history file) are ignored.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.