vms_plot_speed: Histogram of speed limits

Description Usage Arguments Value

Description

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.

Usage

1
vms_plot_speed(d, bindwidth = 0.5, max.speed = 15)

Arguments

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

Value

a ggplot2 object


fishvice/ghsllr documentation built on May 24, 2019, 1:36 a.m.