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~~ |
[Package
trip version 1.1-4
Index]