MoveBurst class
MoveBurst-class.Rd
The class MoveBurst
is used to store the track of one individual with a categorical assignment to each segment. Every segment between two locations has a class of for example a behavioral category. A MoveBurst
object is created with the functions burst and corridor.
Note
The MoveBurst
object contains a .MoveGeneral
, .MoveTrackSingleBurst
and .unUsedRecords
object which can be used to program against.
Slots
- bbox
See
Move-class
- burstId
Id of the behavioral categorization assigned to each segment, one shorter then the number of locations.
- citation
See
Move-class
- coords
See
Move-class
- coords.nrs
See
Move-class
- data
See
Move-class
- dataUnUsedRecords
See
Move-class
- dateCreation
See
Move-class
- idData
See
Move-class
- license
See
Move-class
- proj4string
See
Move-class
- sensor
See
Move-class
- sensorUnUsedRecords
See
Move-class
- study
See
Move-class
- timestamps
See
Move-class
- timestampsUnUsedRecords
See
Move-class
Methods
angle
signature(object = "MoveBurst")
: calculates angles between consecutive locationsas.data.frame
signature(object = "MoveBurst")
: extracts the spatial data framebrownian.bridge.dyn
signature(object = "MoveBurst")
: calculates the utilization distribution (UD) of the given track using the dynamic Brownian Bridge Movement Modelbrownian.motion.variance.dyn
signature(object = "MoveBurst")
: calculates the motion variance of the dynamic Brownian Bridge Movement ModelburstId
signature(object = "MoveBurst")
: returns the Id of the behavioral categorization assigned to each segmentcitations
signature(object = "MoveBurst")
: extracts or sets the citationcoordinates
signature(object = "MoveBurst")
: extracts the coordinates from the trackcorridor
signature(object = "MoveBurst")
: identifies track segments whose attributes suggest corridor use behaviordistance
signature(object = "MoveBurst")
: calculates distances between consecutive locationsdynBGB
signature(object = "MoveBurst")
: calculates the utilization distribution (UD) of the given track using the dynamic Bivariate Gaussian Bridge modeldynBGBvariance
signature(object = "MoveBurst")
: calculates the orthogonal and parallel motion variance of the dynamic Brownian Bridge Movement ModelequalProj
signature(object = "MoveBurst")
: checks whether all objects of a list are in the same projectionhrBootstrap
signature(object = "MoveBurst")
: calculates and plots the area of the Minimum Convex Polygon of a trackidData
signature(object = "MoveBurst")
: returns or replaces the idData slotinterpolateTime
signature(object = "MoveBurst")
: interpolates trajectories based on timelines
signature(object = "MoveBurst")
: add lines of the track of the animal to a plotmove2ade
signature(object = "MoveBurst")
: converts to a adehabitat compatible objectn.locs
signature(object = "MoveBurst")
: calculates number of locationsplot
signature(object = "MoveBurst")
: plots the track of the animalplotBursts
signature(object = "MoveBurst")
: plots the centroids of a bursted trackpoints
signature(object = "MoveBurst")
: add points of the track of the animal to a plotseglength
signature(object = "MoveBurst")
: calculates the length of each segment of a tracksensor
signature(object = "MoveBurst")
: extracts the sensor(s) used to record the coordinatesshow
signature(object = "MoveBurst")
: displays summary the MoveBurst objectspeed
signature(object = "MoveBurst")
: calculates speed between consecutive locationssplit
signature(object = "MoveBurst")
: splits a MoveBurst into a list of Move objectsspTransform
signature(object = "MoveBurst")
: transforms coordinates to a different projection methodsummary
signature(object = "MoveBurst")
: summarizes the information of MoveBurst objectsubset
signature(object = "MoveBurst")
: subsets the MoveBurst objecttimeLag
signature(object = "MoveBurst")
: calculates time lag between consecutive locationstimestamps
signature(object = "MoveBurst")
: gets the timestamps associated to the coordinatesturnAngleGc
signature(object = "MoveBurst")
: calculates angles between consecutive locationsunUsedRecords
signature(object = "MoveBurst")
: returns the unUsedRecords object containing the data of the unused records