
Plots data for an rfisheries result
fish_plot.Rd
Plots data for an rfisheries result
Arguments
- x
A landings dataset belonging to either a species or a country.
- linecolor
Default line color is steelblue
- linesize
Default line size is 0.9
- title
Plot title. Title is generated based on species or country code. Specify one here only if you need something else.
- ...
additional arguments
Examples
if (FALSE) {
fish_plot(of_landings(country = 'CAN'))
fish_plot(of_landings(species = 'COD'))
}