Description Objects from the Class Slots Methods References See Also
The rasclass representation of ESRI Ascii grids.
Objects can be created by calls of the form new('rasclassRaster')
.
ncols
:The number of columns of the raster grid.
nrows
:The number of rows of the raster grid.
xllcorner
:Coordinates of the X coordinate of the lower left corner.
yllcorner
:Coordinates of the Y coordinate of the lower left corner.
cellsize
:The cell size of the grid.
NAvalue
:The value in the raster that represents NA values.
grid
:A numeric vector containing all grid values. The rows of the grid are sequentially appended to this vector.
Reads rasters from the ESRI asciifile format.
Writes rasters in the ESRI asciifile format.
Plots the rasclass-raster.
ESRI ASCII raster format definition.
rasclass-package
,
rasclass-class
,
readRasterFolder
,
setRasclassData
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.