Description Usage Arguments Details Value See Also Examples
View source: R/rasterFromCells.R
This function returns a new raster based on an existing raster and cell numbers for that raster.
The new raster is cropped to the cell numbers provided, and, if values=TRUE
has values that are the cell numbers of the original raster.
1 | rasterFromCells(x, cells, values=TRUE)
|
x |
Raster* object (or a SpatialPixels* or SpatialGrid* object) |
cells |
vector of cell numbers |
values |
Logical. If |
Cell numbers start at 1 in the upper left corner, and increase from left to right, and then from top to bottom. The last cell number equals the number of cells of the Raster* object.
RasterLayer
1 2 3 4 |
Loading required package: sp
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
[,1] [,2]
[1,] 1 3
[2,] 2 4
[3,] 3 5
[4,] 4 6
[5,] 5 7
[6,] 6 8
[7,] 7 9
[8,] 8 10
[9,] 9 103
[10,] 10 104
[11,] 11 105
[12,] 12 106
[13,] 13 107
[14,] 14 108
[15,] 15 109
[16,] 16 110
[17,] 17 203
[18,] 18 204
[19,] 19 205
[20,] 20 206
[21,] 21 207
[22,] 22 208
[23,] 23 209
[24,] 24 210
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.