Function reference
-
bind_tracks()
- Bind Multiple Track Tables by Row
-
as_track()
as_move()
as_sp()
as_ltraj()
as_telemetry()
as_moveHMM()
- Convert a Track Table to/from Other Formats
-
.Mode()
- Compute The Mode(s) Of A Discrete Distribution
-
.reclass()
- Maintain Class After Modification
-
select(<track>)
rename(<track>)
filter(<track>)
arrange(<track>)
mutate(<track>)
transmute(<track>)
summarise(<track>)
summarize(<track>)
group_by(<track>)
ungroup(<track>)
slice_sample(<track>)
do(<track>)
slice(<track>)
semi_join(<track>)
anti_join(<track>)
inner_join(<track>)
left_join(<track>)
right_join(<track>)
full_join(<track>)
nest_join(<track>)
distinct(<track>)
rowwise(<track>)
- Dplyr Methods For Track Tables
-
duplicated_data()
- Find Duplicated Data in a Track Table
-
filter
- Subset rows using column values
-
inconsistent_data()
- Find Inconsistent Locations in a Track Table
-
is_geo()
- Check if Track Table Uses Geographic Coordinates
-
is_track()
- Check Validity of Track Table
-
missing_data()
- Find Missing Data in a Track Table
-
n_dims()
- Number of Spatial Dimensions of a Track Table
-
n_tracks()
- Number of Tracks in a Track Table
-
projection()
`projection<-`()
project()
- Access/Modify the Projection of a Track Table
-
short_tracks
- Trajectories of Two Goats Through the Namibian Desert (short version)
-
`[`(<track>)
`[<-`(<track>)
- Extract or Replace Parts of a Track Table
-
track()
track_df()
track_tbl()
track_dt()
- Build a Track Table
-
tracks
- Trajectories of Two Goats Through the Namibian Desert