Description Usage Arguments Value Examples
Plot Creel Estimates
| 1 | plot_creel_estimates(data, parameter = "Catch", x = "Month")
 | 
| data | A data.frame with the columns Parameter, Estimate, Lower and Upper and the variable for the x-axis. | 
| parameter | A string of the parameter to plot ('Catch' or 'Effort'). | 
| x | A string of the variable to plot on the x-axis. | 
A ggplot object.
| 1 2 3 | library(ggplot2)
data(toa_example)
plot_creel_estimates(trad_one_access(toa_example)) + ylab("Monthly Catch")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.