makeGridTopology {trip}R Documentation

Generate a GridTopology from a Spatial object

Description

Sensible defaults are assumed, to match the extents of data to a manageable grid. Approximations for kilometres in longlat can be made using cellsize.

Usage

makeGridTopology(obj, cells.dim = c(100, 100), xlim = NULL, ylim = NULL, buffer = 0.1, cellsize = NULL)

Arguments

obj ~~Describe obj here~~
cells.dim ~~Describe cells.dim here~~
xlim ~~Describe xlim here~~
ylim ~~Describe ylim here~~
buffer ~~Describe buffer here~~
cellsize ~~Describe cellsize here~~

Details

~~ If necessary, more details than the description above ~~

Value

~Describe the value returned If it is a LIST, use

comp1 Description of 'comp1'
comp2 Description of 'comp2'

...

Warning

....

Note

~~further notes~~

~Make other sections like Warning with section{Warning }{....} ~

Author(s)

~~who you are~~

References

~put references to the literature/web site here ~

See Also

~~objects to See Also as help, ~~~


[Package trip version 1.1-2 Index]