globalRatios {actel} | R Documentation |
Calculate number/percentage of tags at each location for each day
Description
Calculate number/percentage of tags at each location for each day
Usage
globalRatios(positions, section.order)
Arguments
positions |
a positions table, supplied by dailyPositions |
Value
A list containing:
-
absolutes
: A data frame containing the absolute number of tags at each location per day, -
percentages
: A data frame containing the percentage of tag relative to the total number of active tags at each location per day.
[Package actel version 1.3.0 Index]