gmGeostats (version 0.10-6)

write.GSLib: 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

Run this code
# NOT RUN {
data("jura", package="gstat")
# }
# NOT RUN {
write.GSLib(jura.pred, file="jurapred.txt")
# }

Run the code above in your browser using DataLab