fish_plot {rfisheries}R Documentation

Plots data for an rfisheries result

Description

Plots data for an rfisheries result

Usage

fish_plot(x, linecolor = "steelblue", linesize = 0.9, title = NULL, ...)

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

## Not run: 
fish_plot(of_landings(country = 'CAN'))
fish_plot(of_landings(species = 'COD'))

## End(Not run)

[Package rfisheries version 0.2 Index]