Description Slots Methods Note
The Individuals object contains at least animal id, population type and xy coordinates of an animal. In order to analyze the temporal population patterns it should also have timestamp attribute. It can contain further attribute data such as sex or age.
belongs to the SpatialPointsDataFrame
a vector that indicates, which data, coordinates and timestamps belong to an individual
timestamps according to the coordinates
x coordinates
y coordinates
population type or species name (taxon name)
projection of all coordinates
Methods defined with class "Individuals" in the signature:
summarysignature(object = "Individuals"): provides summary of Individuals object
subsample.relocsignature(data = "Individuals", startTime, endTime, interval=c("24 hours","48 hours"),accuracy=c("3 mins","1 mins"),minIndiv=3,maxIndiv=4,mustIndiv=NULL, completeSetsOnly=TRUE, index.type): subsamples Individuals object within selected time period, time interval and accuracy
printsignature(x="Individuals"): provides summary of Individuals object
show.mcpsignature(x="Individuals", percent = 95, unin=c("m", "km"),
unout=c("ha", "km2", "m2"), id): provides spatial extent, coordinate reference system and area of each Minimum Convex Polygon found in the Individuals object
rmi.indexsignature(this="Individuals", percent = 95, unin=c("m", "km"),
unout=c("ha", "km2", "m2"), id): computes Realized Mobility Index of the Individuals object
Initial implementation of the package does not include export of this object to other packages to program against
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.