blameArrays {actel} | R Documentation |
Find which arrays to blame for a jump in movement events
Description
Find which arrays to blame for a jump in movement events
Usage
blameArrays(from, to, paths)
Arguments
from |
The array where the tag started |
to |
The array where the tag was next detected |
paths |
a list containing the shortest paths between arrays with distance > 1 |
Value
A list containing information on the arrays that failed
[Package actel version 1.3.0 Index]