write.GSLib {gmGeostats} | R Documentation |
Write a regionalized data set in GSLIB format
Description
Write a regionalized data set in plain text GSLIB format
Usage
write.GSLib(x, file, header = basename(file))
Arguments
x |
regionalized data set |
file |
filename |
header |
the first line of text for the file, defaults to filename |
Value
The status of closing the file, see close
for details, although this is seldom problematic. This function is basically called
for its side-effect of writing a data set in the simplified Geo-EAS format that is
used in GSLIB.
See Also
http://www.gslib.com/gslib_help/format.html
Examples
data("jura", package="gstat")
## Not run: write.GSLib(jura.pred, file="jurapred.txt")
[Package gmGeostats version 0.11.3 Index]