Description Usage Arguments References See Also Examples
This function exports the information in a rasclassRaster
object into an external ESRI asciigrid file.
1 | 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
,
1 2 3 4 | ## Not run:
writeRaster(myRaster, path = "mypath")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.