makeGridTopology {trip} | R Documentation |
Sensible defaults are assumed, to match the extents of data to a manageable
grid. Approximations for kilometres in longlat can be made using cellsize
.
makeGridTopology(obj, cells.dim = c(100, 100), xlim = NULL, ylim = NULL, buffer = 0.1, cellsize = NULL)
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~~ |
~~ If necessary, more details than the description above ~~
~Describe the value returned If it is a LIST, use
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
...
....
~~further notes~~
~Make other sections like Warning with section{Warning }{....} ~
~~who you are~~
~put references to the literature/web site here ~
~~objects to See Also as help
, ~~~