Description Usage Arguments Value
A wrapper for a histogram plot. It is expected that the dataframe contains variable labelled "speed". User can control the bindwidth and cut off inplausable speed in the plot. If varible "fishing" is available in the input dataframe the histogram is plotted with colour coding of activity.
1 | vms_plot_speed(d, bindwidth = 0.5, max.speed = 15)
|
d |
A standardized VMS data frame |
bindwidth |
The binwidth of the histogram, default is set to 0.5 |
max.speed |
A value that indicates maximum plausable speed. Any speed higher than this value will be assigned to this value and appear as such in the plot |
a ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.