Description Usage Arguments Value Examples
Plot a raster showing the cell distances and max_r based on cell size
1 | PlotRasterCenterCellDistances(max_r, cellsize, col)
|
cellsize |
raster cell size |
max_r |
maximum circular radius from center cell |
col |
color palette for base raster, default is "Spectral" from the 'RColorBrewer' package. Must have same number of colors as the number of breaks as the data (i.e., ceiling(max_r/cellsize)). |
label_size |
numeric, cell label size, default is 4. |
plot of cells
1 2 3 | PlotRasterCenterCellDistances(cellsize = 15, max_r = 90)
PlotRasterCenterCellDistances(cellsize = 15, max_r = 90, col = rainbow(6))
PlotRasterCenterCellDistances(cellsize = 15, max_r = 95, col = rainbow(7))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.