Description Usage Arguments Value See Also
This method creates a grid from S4 object class UncertainInterpolation, defined in two possible
ways - the user should decide if spatial grid is required (gridded = TRUE/FALSE). The size of
the grid is recognized by the input data coordinates. User should define size of the single cell.
1 2 | ## S4 method for signature 'UncertainInterpolation'
Grid.interpolation(object,gridded,cellsize)
|
object |
Input data type of S4 object class |
gridded |
Logical value |
cellsize |
Numeric value for the size of cell. |
Returns an object of class SpatialPixels or data.frame, depends on whether
the spatial grid is required.
UncertainInterpolation-class, Grid.box, Grid.def, uncertaintyInterpolation2-package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.