writeRaster: Load ESRI asciigrid Data for Classification

Description Usage Arguments References See Also Examples

View source: R/writeRaster.R

Description

This function exports the information in a rasclassRaster object into an external ESRI asciigrid file.

Usage

1
writeRaster(object, path = "predictedGrid.asc")

Arguments

object

A rasclassRaster object.

path

Optional path to write ascii file, the default writes a file "predictedGrid.asc" into the workspace folder.

References

ESRI ASCII raster format definition.

http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/ESRI_ASCII_raster_format/009t0000000z000000/

See Also

rasclass-package, rasclass-class, rasclassRaster-class,

readRaster,

readRasterFolder, setRasclassData,

buildFormula, checkRasclass,

rasclassMlc, classifyRasclass

Examples

1
2
3
4
## Not run: 
writeRaster(myRaster, path = "mypath")

## End(Not run)

rasclass documentation built on May 2, 2019, 6:11 a.m.