move.Rdmove() calculates the speed and azimuth (bearing) of consecutive
coordinates.
move(df, dt_field = NULL, jitter_coords = FALSE)a data frame containing latitude (lat), longitude (lon), and a datetime.
character; name of datetime field.
logical; if TRUE, coordinates are jittered by a negligible amount (~1 cm). Jittering is recommended if the input data frame contains sequentially duplicated coordinates. Eliminating repeated coordinates is necessary to optimize the circleclust() algorithm.
a data frame with columns for speed (m/s) and azimuth (degrees).
if (FALSE) {
move_move(df, dt_field = "Date_Time")
}