Description Usage Arguments Value
View source: R/plot_trajectory.R
Make plots of trajectories per fishing trip.
1 2 3 4 5 6 7 | plot_trajectory(
data,
vessel_name = "all",
save_folder = "./",
save_plot = FALSE,
...
)
|
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. |
PNG files are created in the specified folder.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.