Learn R Programming

trip (version 1.1-1)

makeGridTopology: 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~~

Value

  • ~Describe the value returned If it is a LIST, use
  • comp1Description of 'comp1'
  • comp2Description of 'comp2'
  • ...

Details

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

References

~put references to the literature/web site here ~

See Also

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