Description Usage Arguments Value
View source: R/preprocessing.R
Calculates required variables to calculate the efficiency indicators and make plots.
1 2 3 4 5 6 7 8 | preprocessing(
vmsdata,
catchdata,
vesseldata,
cutoff_dc = 5,
cutoff_time = 8,
min_trip_time = 5
)
|
vmsdata |
VMS dataset. |
catchdata |
Dataset with landings. |
vesseldata |
Vessel information. |
cutoff_dc |
Minimum distance to the shoreline (in nautical miles) to identify a fishing trip. |
cutoff_time |
Maximum time interval (in hours) allowed between arrival time and landing time. |
min_trip_time |
Minimum trip time allowed (in hours). |
The VMS database with quantities calculated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.