Description Usage Arguments Details
View source: R/plotObservedPots.histograms.R
Function to plot histograms of numbers caught in observed pot hauls by type.
1 2 3 4 | plotObservedPots.histograms(dfr = NULL, vars = c("female", "sublegal",
"legalnr", "legalret"), labs = c("female", "sublegal males",
"discarded legal males", "retained legal males"), maxCatch = 100,
noplot = FALSE)
|
dfr |
- dataframe (or csv filename) with data from "observed pots" |
vars |
- column names with data for plots |
labs |
- 'nice' names to associate with column names for plot labels |
maxCatch |
- value for 'plus' group on number of individuals caught/pot |
noplot |
- just return the dataframe |
For observed hauls, plots and histograms of no. caught in pot hauls by catch type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.