buildCentroidProbs: Builds a concatenation between tiles' centroids and location...

Description Usage Arguments Value

View source: R/buildCentroidProbs.R

Description

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.

Usage

1
buildCentroidProbs(centroids, postLoc, t)

Arguments

centroids

The centroids of the tiles in the grid. The centroids are computed by calling buildCentroids() function.

postLoc

The posterior location probabilities for each tile.

t

The time instant for which the function uses the posterior location probabilities.

Value

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.


bogdanoancea/deduplication documentation built on Dec. 2, 2020, 11:22 p.m.