write.geoeas(data, file="", title, units, sep="\\t", end.of.row="\\r\\n")
file
is "" then
write.geoeas
will write to standard output.
data
argument is used.
data
.
GEO-EAS is a collection of MS-DOS based software tools for performing two-dimensional geostatistical analysis of spatially distributed software. It uses a fixed file format with header information for its data input files. Many other PC based spatial analysis programs also use this file format. See Englund and Sparks (1992) for more details.
Englund, Evan and Sparks, Allen. (1992). GEO-EAS: Geostatistical Environmental Assessment Software Users's Guide, Version 1.2.1. GWMC-FOS 53 PC, International Ground Water Modeling Center, Golden, CO.
# Create a GEO-EAS file from the iron.ore data frame write.geoeas(iron.ore, "iron.dat")