Home
last modified time | relevance | path

Searched refs:cellnumbers (Results 1 – 9 of 9) sorted by relevance

/dports/math/R-cran-raster/raster/R/
H A DextractPoints.R9 function(x, y, method='simple', buffer=NULL, small=FALSE, cellnumbers=FALSE, fun=NULL, na.rm=TRUE, … argument
10 ….xyValues(x, y, method=method, buffer=buffer, small=small, cellnumbers=cellnumbers, fun=fun, na.rm…
51 .xyValues <- function(object, xy, method='simple', buffer=NULL, small=FALSE, cellnumbers=FALSE, fun… argument
73 …res <- .xyvBuf(object, xy, buffer, fun, na.rm, layer=layer, nl=nl, cellnumbers=cellnumbers, small=…
77 if (cellnumbers) {
79 cellnumbers = FALSE
85 if (cellnumbers) {
105 if (cellnumbers) {
H A DextractPolygons.R28 cellnumbers <- FALSE
149 if (cellnumbers) {
160 if (cellnumbers) {
166 } else if (cellnumbers) {
182 if (cellnumbers) {
268 if (cellnumbers) {
281 if (cellnumbers) {
287 } else if (cellnumbers) {
304 if (cellnumbers) {
309 } else if (cellnumbers) {
[all …]
H A DextractLines.R8 function(x, y, fun=NULL, na.rm=FALSE, cellnumbers=FALSE, df=FALSE, layer, nl, factors=FALSE, along=… argument
26 cellnumbers <- FALSE
39 return(.extractLinesAlong(x, y, cellnumbers=cellnumbers, df=df, layer, nl, factors=factors, ...))
82 if (cellnumbers) {
121 if (cellnumbers) {
159 if (cellnumbers) {
194 .extractLinesAlong <- function(x, y, cellnumbers=FALSE, df=FALSE, layer, nl, factors=FALSE, ...){ argument
260 if (cellnumbers) {
H A DxyValuesBuffer.R7 .xyvBuf <- function(object, xy, buffer, fun=NULL, na.rm=TRUE, layer, nl, cellnumbers=FALSE, small=F… argument
18 cellnumbers <- TRUE
23 cellnumbers <- FALSE
61 if (cellnumbers) {
113 if (cellnumbers) {
156 if (cellnumbers) {
178 …vv <- extract(object, xy[i, ,drop=FALSE], na.rm=na.rm, layer=layer, nl=nl, cellnumbers=cellnumbers)
H A DextractExtent.R8 function(x, y, cellnumbers=FALSE, fun=NULL, na.rm=FALSE, layer=1, nl, df=FALSE, ...) { argument
14 cellnumbers <- FALSE
15 } else if (cellnumbers) {
H A DrasterizePointsNGB.R8 bf <- .xyvBuf(x, points, r, fun=NULL, na.rm=TRUE, cellnumbers=TRUE, small=TRUE, onlycells=TRUE)
/dports/math/R-cran-raster/raster/man/
H A Dextract.Rd30 \S4method{extract}{Raster,matrix}(x, y, method='simple', buffer=NULL, small=FALSE, cellnumbers=FALS…
33 \S4method{extract}{Raster,SpatialLines}(x, y, fun=NULL, na.rm=FALSE, cellnumbers=FALSE, df=FALSE, l…
37 normalizeWeights=TRUE, cellnumbers=FALSE, small=TRUE, df=FALSE, layer, nl,
59 \item{cellnumbers}{logical. If \code{cellnumbers=TRUE}, cell-numbers will also be returned (if no \…
149 # v <- extract(r, polys, cellnumbers=TRUE)
H A DprojectRaster.Rd79 # create a new (not projected) RasterLayer with cellnumbers as values
/dports/math/R-cran-raster/raster/
H A DNEWS193 fixed colnames for extract(s, points, df = TRUE, cellnumbers = TRUE). Reported by Loic Dutrieux
340 fixed colnames in extract/polygons (cellnumbers=TRUE & df=TRUE). Reported by Florian de Boissieu
683 added "cellnumbers" argument for extract with points and buffer