plot_trajectory: Plot trajectories

Description Usage Arguments Value

View source: R/plot_trajectory.R

Description

Make plots of trajectories per fishing trip.

Usage

1
2
3
4
5
6
7
plot_trajectory(
  data,
  vessel_name = "all",
  save_folder = "./",
  save_plot = FALSE,
  ...
)

Arguments

data

Dataset with required quantities obtained from the preprocessing function.

vessel_name

Vessel name to plot trajectories as shown in the vessel information database obtained from the get_vessel_info function. 'all' can be specified to plot trajectories of all fishing vessels.

save_folder

Folder to save the plots.

save_plot

Logical value to indicate if plot is saved as PNG.

...

Other artuments for the plot function.

vesseldata

Vessel information.

Value

PNG files are created in the specified folder.


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