View source: R/PlotSexRatioStrata.fn.R
PlotSexRatioStrata.fn | R Documentation |
Function to plot sex ratio by strata
PlotSexRatioStrata.fn(
dir = NULL,
dat,
type = "length",
strat.vars = c("Depth_m", "Latitude_dd"),
strat.df = NULL,
circleSize = 0.05,
dopng = lifecycle::deprecated(),
...
)
dir |
Directory where output will be saved. The directory where the file should be saved. If dir = NULL no output will be saved. |
dat |
A data frame of length-composition data returned from
|
type |
Specify where to calculate the sex ration by length or age. |
strat.vars |
Variables in both data frame that are used to
define the stratas. Default is bottom depth (m) and latitudes (decimal
degrees), i.e., |
strat.df |
A data frame that defines the strata and provides the
calculated areas for each strata returned from |
circleSize |
circle size |
dopng |
Deprecated with nwfscSurvey 2.1 because providing a non-NULL
value to |
... |
Additional arguments for the plots |
Allan Hicks and Chantel Wetzel
StrataFactors.fn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.