Description Usage Arguments Value Examples
View source: R/plotTradeoffs.R
This function generates Kobe style plots for a series of conservation- and catch-based performance metrics.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | plotAgTradeoff(
agDat,
consVar = "medSpawners",
catchVar = "medCatch",
facet = "om",
shape = NULL,
hotColors = TRUE,
showUncertainty = FALSE,
legendLab = NULL,
xLab = NULL,
yLab = NULL,
mainLab = NULL,
axisSize = 14,
dotSize = 4,
lineSize = 1.25,
legendSize = 14,
scaleAxis = "free",
facetLetter = FALSE
)
|
agDat |
Dataframe generated by |
consVar |
A character value corresponding to a conservation based PM in cuDat$vars. |
catchVar |
A character value corresponding to a catch based PM in cuDat$vars. |
facet |
A character value that can take the values: |
shape |
A character value that defaults to |
hotColors |
A logical (default |
showUncertainty |
A logical specifying whether whiskers for each variables credible interval should be plotted. |
legendLab |
A character representing the legend title. |
xLab |
A character representing the x axis label. |
yLab |
A character representing the y axis label. |
mainLab |
A character specifying a plot title (defaults to NULL). |
axisSize |
A number representing the font size for the axes. |
dotSize |
A number representing the dot size. |
lineSize |
A number representing the line width. |
legendSize |
A number representing the size of the legend text. |
scaleAxis |
A character vector that can take values 'c("fixed", "free", "free_x", "free_y")' that determines which axes, if any, have variable axes dimensions across facets. |
facetLetter |
A logical that determines facets are labelled with letters for referencing in text. |
Returns a ggplot object.
1 2 3 4 | #plotAgTradeoff(agPlottingDF, consVar = "medSpawners", catchVar = "medCatch",
#facet = "om", showUncertainty = TRUE,
#legendLab = "Prop. TAC in mixed stock fishery", xLab = "Median Catch",
#yLab = "Median Spawners")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.