Grid.interpolation: Generation of grid from the results of interpolation...

Description Usage Arguments Value See Also

Description

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.

Usage

1
2
## S4 method for signature 'UncertainInterpolation'
Grid.interpolation(object,gridded,cellsize)

Arguments

object

Input data type of S4 object class UncertainInterpolation.

gridded

Logical value TRUE/FALSE. If true, then Spatial grid is made.

cellsize

Numeric value for the size of cell.

Value

Returns an object of class SpatialPixels or data.frame, depends on whether the spatial grid is required.

See Also

UncertainInterpolation-class, Grid.box, Grid.def, uncertaintyInterpolation2-package


UncerIn2 documentation built on May 2, 2019, 3:48 p.m.