computeGridCenters {flacco} | R Documentation |
Compute the Cell Centers of a Cell Mapping Grid
Description
Computes the cell centers and the corresponding cell IDs of a cell mapping grid.
Usage
computeGridCenters(lower, upper, blocks)
Arguments
lower |
|
upper |
|
blocks |
[ |
Value
[data.frame
].
A data.frame
, which includes the coordinates of the cell centers,
as well as the corresponding cell ID (cell.ID
).
Examples
computeGridCenters(lower = -10, upper = 10, blocks = c(10, 5, 8))
[Package flacco version 1.8 Index]