computeGridCenters function

Compute the Cell Centers of a Cell Mapping Grid

Compute the Cell Centers of a Cell Mapping Grid

Computes the cell centers and the corresponding cell IDs of a cell mapping grid.

computeGridCenters(lower, upper, blocks)

Arguments

  • lower: [numeric or integer]

    The lower limits per dimension.

  • upper: [numeric or integer]

    The upper limits per dimension.

  • blocks: [integer]

    The number of blocks per dimension.

Returns

[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))
  • Maintainer: Pascal Kerschke
  • License: BSD_2_clause + file LICENSE
  • Last published: 2020-03-31