| Move-class | R Documentation |
The Move object contains at least time and coordinate information of an animal. It can contain further data that are specific to the animal, e.g. the sex or age, which are stored in the idData slot data.frame. Any data associated to the coordinates are stored in the data slot data.frame. If the object was created with the Movebank browsing functions it also contains the study name, licence and citation information.
A Move object can be created with the functions move, getMovebankData or getDataRepositoryData.
belongs to the SpatialPointsDataFrame
Object of class "character": how to cite the study, when Movebank data are used
coordinates of the track, belongs to the SpatialPointsDataFrame
belongs to the SpatialPointsDataFrame
Object of class "data.frame": additional data associated to the coordinates
Object of class "data.frame": data associated to the unused records
Object of class "POSIXct": timestamp when the Move object was created
Object of class "data.frame": additional (one row) data. These data contain information associated to the animal
Object of class "character": the license under which the data were published, when Movebank data are used
Object of class "CRS": projection of the coordinates
Object of class "factor": sensors used to record the coordinates
Object of class "factor": sensors used to record the unused records
Object of class "character": name of the study, when Movebank data are used
Object of class "POSIXct": timestamps associated to the coordinates
Object of class "POSIXct": timestamps associated to the unused records, i.e. lines of the data that were removed because they included NA locations
anglesignature(object = "Move"): calculates angles between consecutive locations
as.data.framesignature(object = "Move"): extracts the spatial data frame
brownian.bridge.dynsignature(object = "Move"): calculates the utilization distribution (UD) of the given track using the dynamic Brownian Bridge Movement Model
brownian.motion.variance.dynsignature(object = "Move"): calculates the motion variance of the dynamic Brownian Bridge Movement Model
burstsignature(object = "Move"): bursts a track by a specified variable
citationssignature(object = "Move"): extracts or sets the citation
coordinatessignature(object = "Move"): extracts the coordinates from the track
corridorsignature(object = "Move"): identifies track segments whose attributes suggest corridor use behavior
distancesignature(object = "Move"): calculates distances between consecutive locations
dynBGBsignature(object = "Move"): calculates the utilization distribution (UD) of the given track using the dynamic Bivariate Gaussian Bridge model
dynBGBvariancesignature(object = "Move"): calculates the orthogonal and parallel motion variance of the dynamic Brownian Bridge Movement Model
equalProjsignature(object = "Move"): checks whether all objects of a list are in the same projection
hrBootstrapsignature(object = "Move"): calculates and plots the area of the Minimum Convex Polygon of a track
idDatasignature(object = "Move"): returns or replaces the idData slot
interpolateTimesignature(object = "Move"): interpolates trajectories based on time
linessignature(object = "Move"): add lines of the track of the animal to a plot
move2adesignature(object = "Move"): converts to a adehabitat compatible object
moveStacksignature(object = "Move"): stacks a list of Move objects
n.locssignature(object = "Move"): calculates number of locations
plotsignature(object = "Move"): plots the track of the animal
pointssignature(object = "Move"): add points of the track of the animal to a plot
seglengthsignature(object = "Move"): calculates the length of each segment of a track
sensorsignature(object = "Move"): extracts the sensor(s) used to record the coordinates
showsignature(object = "Move"): displays summary the Move object
speedsignature(object = "Move"): calculates speed between consecutive locations
spTransformsignature(object = "Move"): transforms coordinates to a different projection method
summarysignature(object = "Move"): summarizes the information of Move object
subsetsignature(object = "Move"): subsets the Move object
timeLagsignature(object = "Move"): calculates time lag between consecutive locations
timestampssignature(object = "Move"): gets the timestamps associated to the coordinates
turnAngleGcsignature(object = "Move"): calculates angles between consecutive locations
unUsedRecordssignature(object = "Move"): returns the unUsedRecords object containing the data of the unused records
The Move object contains a .MoveGeneral, .MoveTrack, .MoveTrackSingle and .unUsedRecords object which can be used to program against.
Marco Smolla & Anne Scharf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.