Description Usage Arguments Examples
View source: R/fisheries_extras.R
Plots data for an rfisheries result
| 1 | 
| 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 | 
| 1 2 3 4 5 | ## Not run: 
fish_plot(of_landings(country = 'CAN'))
fish_plot(of_landings(species = 'COD'))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.