prepData(trackData, type = c("LL", "UTM"), coordNames = c("x", "y"))
Arguments
trackData
A dataframe of the tracking data, including at least coordinates
(either longitude/latitude values or cartesian coordinates), and optionnaly a field ID
(identifiers for the observed individuals). Additionnal fields are considered as covariate
type
'LL' if longitude/latitude provided (default), 'UTM' if easting/northing.
coordNames
Names of the columns of coordinates in the data frame. Default: c("x","y").
Value
An object moveData, i.e. a dataframe of:
IDThe ID(s) of the observed animal(s)
stepThe step lengths - in kilometers if longitude/latitude provided, and in the metrics of
the data otherwise