refineGrid | R Documentation |
Increasing the grid coordinate density without altering the original pixel values.
refineGrid(grid, times = 5)
grid |
a grid or multigrid to be aggregated. |
times |
Refinement times. For instance, if the resolution of |
A grid or multigrid.
M. Iturbide
## Not run:
require(climate4R.datasets)
data("EOBS_Iberia_pr")
library(visualizeR)
spatialPlot(climatology(EOBS_Iberia_pr))
newgrid <- refineGrid(redim(EOBS_Iberia_pr),
times = 2)
spatialPlot(climatology(newgrid))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.