Home
last modified time | relevance | path

Searched defs:xyFromCell (Results 1 – 4 of 4) sorted by relevance

/dports/math/R-cran-raster/raster/R/
H A DxyCell.R129 setMethod("xyFromCell", signature(object="BasicRaster", cell="ANY"), method
H A DAAgeneric_functions.R156 if (!isGeneric("xyFromCell")) { setGeneric("xyFromCell", function(object, cell, ...) standardGeneri… generic
/dports/math/R-cran-terra/terra/src/
H A DspatRaster.cpp1415 std::vector<std::vector<double>> SpatRaster::xyFromCell( std::vector<double> &cell) { in xyFromCell() function in SpatRaster
1437 std::vector< std::vector<double>> SpatRaster::xyFromCell( double cell) { in xyFromCell() function in SpatRaster
/dports/math/R-cran-terra/terra/R/
H A DAgenerics.R222 if (!isGeneric("xyFromCell")) { setGeneric("xyFromCell", function(object, cell, ...) standardGeneri… generic