writeRaster {rasclass} | R Documentation |
This function exports the information in a rasclassRaster
object into an external ESRI asciigrid file.
writeRaster(object, path = "predictedGrid.asc")
object |
A |
path |
Optional path to write ascii file, the default writes a file "predictedGrid.asc" into the workspace folder. |
ESRI ASCII raster format definition.
rasclass-package
,
rasclass-class
,
rasclassRaster-class
,
readRasterFolder
,
setRasclassData
,
## Not run:
writeRaster(myRaster, path = "mypath")
## End(Not run)