preprocessing: Preprocessing VMS data

Description Usage Arguments Value

View source: R/preprocessing.R

Description

Calculates required variables to calculate the efficiency indicators and make plots.

Usage

1
2
3
4
5
6
7
8
preprocessing(
  vmsdata,
  catchdata,
  vesseldata,
  cutoff_dc = 5,
  cutoff_time = 8,
  min_trip_time = 5
)

Arguments

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).

Value

The VMS database with quantities calculated.


gmoroncorrea/VMSIndicators documentation built on Dec. 20, 2021, 11:50 a.m.