Learn R Programming

gmGeostats (version 0.11.3)

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))

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.

Arguments

x

regionalized data set

file

filename

header

the first line of text for the file, defaults to filename

See Also

Examples

Run this code
data("jura", package="gstat")
if (FALSE) write.GSLib(jura.pred, file="jurapred.txt")

Run the code above in your browser using DataLab