Description Usage Arguments Value Author(s) See Also
This function creates a nonresidences
data frame from a residences
event data frame and a optional distance matrix (sDistanceMatrix
). This function is not mandatory as it is carried out automatically if the user provides a distance matrix in the sDistanceMatrix
field when running the RunResidenceExtraction
function.
1 | NonResidenceExtractId(sResidenceEventFile, sDistanceMatrix = NULL)
|
sResidenceEventFile |
a residence event table |
sDistanceMatrix |
an optional two dimentional array (matrix) containing the pairwise distances between a series of receivers |
STARTTIME |
a POSIXct vector object containing the date and time a transmitter left a receiver/station after a residence event |
ENDTIME |
a POSIXct vector object containing the date and time a transmitter arrived at a receiver/station and a new residence event was logged |
NONRESIDENCEEVENT |
a numeric vector indexing each nonresidence event |
TRANSMITTERID |
a numeric or character vector indexing the transmitter from which nonresidence events were determined |
RECEIVERID1 |
a numeric or character vector indexing the receiver which the transmitter initially moved from. If |
RECEIVERID2 |
a numeric or character vector indexing the receiver which the transmitter moved to. If |
DURATION |
a numeric vector containing the total time in seconds taken for the transmitter to move between two receivers or stations |
DISTANCE |
a numeric vector containing the minimum distance travelled in meters between two receivers/stations according to the distance matrix. If a distance matrix was not attached ( |
ROM |
a numeric vector containing the rate of movement ( |
Ross Dwyer, Mathew Watts, Hamish Campbell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.