Writes a data frame to an ASCII raster file, suitable for display in a Geographic Information System.
epi.asc(dat, file, xllcorner, yllcorner, cellsize, na = -9999)
Writes an ASCII raster file (typically with *.asc
extension), suitable for display in a Geographic Information System.
a matrix with data suitable for plotting using the image
function.
character string specifying the name and path of the ASCII raster output file.
the easting coordinate corresponding to the lower left hand corner of the matrix.
the northing coordinate corresponding to the lower left hand corner of the matrix.
number, defining the size of each matrix cell.
scalar, defines null values in the matrix. NAs are converted to this value.