plot_bearings.Rd
plot_bearings
generates an interactive plot of personal sampling locations
using arrow markers. The direction of the arrows indicate the bearing between
sequential coordinates. Markers are characterized by activity status (mobile
vs. stationary).
plot_bearings(df, dt_field = NULL, divisor = NULL, export_options = FALSE)
a data frame created by circleclust()
containing column activity_status
character; name of datetime field. If specified, the coordinate timestamp is displayed in the plot tooltip. Default = NULL.
numeric; If specified, the input data frame is reduced by a a factor of 1/divisor. A divisor of 2 will omit every other row of the input data frame reducing the data by half. This can be useful to visualize large data sets. Default = NULL.
logical; If TRUE, a drop down menu will be shown in plot area with options to export a static image. Default = FALSE.
a highcharter
vector plot.
See (hchart
)
if (FALSE) {
plot_bearings(df, dt_field = NULL, divisor = NULL, export_options = FALSE )
}