The Move
object contains at least time and coordinate information of an animal. It can contain further data that are individual to the animal, e.g. the sex or age. These data are stored in the idData data.frame. If the object was created with the Movebank browsing functions it does also contain the study name, licence and citation information.
Object of class "data.frame"
: additional (one row) data;
Object of class "numeric"
: time stamp when the file was downloaded;
Object of class "character"
: name of the study;
Object of class "character"
: how to cite the study;
Object of class "character"
: the license under which the data were published;
Object of class "POSIXct"
: stores the timestamps of lines of the data set that were removed because they included NA locations
belongs to the SpatialPointsDataFrame
coordinates of the track, belongs to the SpatialPointsDataFrame
belongs to the SpatialPointsDataFrame
additional data of that object that is stored in the SpatialPointsDataFrame
projection of the coordinates
timestamps according to the coordinates
move
signature(object = "Move")
: creates a Move object
getMovebankData
signature(object = "character")
: creates a Move object by accessing Movebank
spTransform
signature(object = "Move")
: transforms coordinates to a different projection method
show
signature(object = "Move")
: prints a summary of all data stored in the Move object
as.data.frame
signature(object = "Move")
: extracts the spatial data frame
coordinates
signature(object = "Move")
: extracts the coordinates only from the Move object
proj4string
signature(object = "Move")
: extracts the projection method from the Move object
time.lag
signature(object = "Move")
: calculates time lags between coordinates
n.locs
signature(object = "Move")
: calculates number of locations
plot
signature(object = "Move")
: plots the track of the animal