Description Usage Arguments Value
View source: R/readPostLocProb.R
Reads a .csv file with the posterior location probabilities. Each row of the file corresponds to a tile and each column corresponds to a time instant.
1 | readPostLocProb(path, prefixName, deviceID)
|
path |
The path to the location where the posterior location probabilities are stored. The file with the
location probabilities should have the name |
prefixName |
The file name prefix. The whole file name is composed by a concatenation of |
deviceID |
The device ID for which the posterior location probabilities are read. |
A Matrix object with the posterior location probabilities for the device with ID equals to deviceID. A row corresponds to a tile and a column corresponds to a time instant.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.