Create a track_*
Constructor to crate a track, the basic building block of the amt
package. A
track
is usually created from a set of x
and y
coordinates, possibly
time stamps, and any number of optional columns, such as id, sex, age, etc.
mk_track( tbl, .x, .y, .t, ..., crs = NULL, order_by_ts = TRUE, check_duplicates = FALSE, all_cols = FALSE ) make_track( tbl, .x, .y, .t, ..., crs = NULL, order_by_ts = TRUE, check_duplicates = FALSE, all_cols = FALSE ) track(x, y, t, ..., crs = NULL)
tbl |
data.frame |
.x, .y, .t |
|
... |
|
crs |
|
order_by_ts |
|
check_duplicates |
|
all_cols |
|
x, y |
|
t |
|
If t
was provided an object of class track_xyt
is returned
otherwise a track_xy
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.