readPostLocProb: Reads a file with the posterior location probabilities.

Description Usage Arguments Value

View source: R/readPostLocProb.R

Description

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.

Usage

1
readPostLocProb(path, prefixName, deviceID)

Arguments

path

The path to the location where the posterior location probabilities are stored. The file with the location probabilities should have the name postLocDevice_ID.csv where ID is replaced with the device ID.

prefixName

The file name prefix. The whole file name is composed by a concatenation of prefixName, _ and deviceID.

deviceID

The device ID for which the posterior location probabilities are read.

Value

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.


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