View source: R/plot_status_kobe.R
| plot_kobe | R Documentation | 
Wrangling of format_sag output to obtain a dataframe with time-series of F, Fmsy, SSB and MSY B trigger for each stock in the Ecoregion, according to the last assessment (relative to the set year)
plot_kobe(x, guild, caption = FALSE, cap_year, cap_month,
  return_data = FALSE)
| x | a dataframe output of stockstatus+catch_current.R | 
| guild | an identifier of the Fisheries guild to plot | 
| caption | logical flag | 
| cap_year | the year to be shown in the figure caption | 
| cap_month | the month to be shown in the figure caption, the accession date to SAG usually | 
| return_data | a parameter indicating if the data behind the plot should be returned as a dataframe | 
A plot
Can add some helpful information here
The ICES stock information Database web sevices: http://sid.ices.dk/services/
plot_kobe Stock status relative to reference points. 
icesFO-package gives an overview of the package.
## Not run: 
plot1 <- plot_kobe(CLDstatus, guild="Demersal", return_data = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.