isRegular | R Documentation |
Check if the coordinates in the data are regular or irregular
isRegular(grid)
grid |
a grid or station data, or the object returned by function |
Logical.
M Iturbide
getGrid
typeofGrid, for a character representation of the type of grid
require(climate4R.datasets)
data("EOBS_Iberia_tas")
isRegular(EOBS_Iberia_tas)
isRegular(getGrid(EOBS_Iberia_tas))
data("VALUE_Iberia_tas")
isRegular(VALUE_Iberia_tas)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.