Description Usage Arguments Value
View source: R/buildCentroidProbs.R
Builds a data.table object that is obtined by a concatenation between coordinates of the centroids of each tile and location probabilities fro that tile.
1 | buildCentroidProbs(centroids, postLoc, t)
|
centroids |
The centroids of the tiles in the grid. The centroids are
computed by calling |
postLoc |
The posterior location probabilities for each tile. |
t |
The time instant for which the function uses the posterior location probabilities. |
A data.table object with 3 columns: x and y coordinates of the centroid of a tile and the location probability for that tile at a specific time instant.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.