Usage
# S4 method for SpatRaster,numeric
xFromCol(object, col)
# S4 method for SpatRaster,numeric
yFromRow(object, row)
# S4 method for SpatRaster,numeric
xyFromCell(object, cell, ...)
# S4 method for SpatRaster,numeric
xFromCell(object, cell)
# S4 method for SpatRaster,numeric
yFromCell(object, cell)
# S4 method for SpatRaster,numeric
colFromX(object, x)
# S4 method for SpatRaster,numeric
rowFromY(object, y)
# S4 method for SpatRaster,numeric,numeric
cellFromRowCol(object, row, col, ...)
# S4 method for SpatRaster,numeric,numeric
cellFromRowColCombine(object, row, col, ...)
# S4 method for SpatRaster,numeric
rowFromCell(object, cell)
# S4 method for SpatRaster,numeric
colFromCell(object, cell)
# S4 method for SpatRaster,numeric
rowColFromCell(object, cell)
# S4 method for SpatRaster,matrix
cellFromXY(object, xy)