View source: R/plotFreqData.fn.R
PlotFreqData.fn | R Documentation |
Plot length or age compositions by year in bubble plots
PlotFreqData.fn(
dir = NULL,
dat,
inch = 0.15,
ylab = "Bins",
xlab = "Year",
zero2NAs = TRUE,
main = NULL,
xlim = NULL,
ymax = NULL,
dopng = lifecycle::deprecated(),
w = 7,
h = 7,
...
)
dir |
Directory where output will be saved. The directory where the file should be saved. If dir = NULL no output will be saved. |
dat |
Object created by |
inch |
input to the symbols plot: TRUE, FALSE or a positive number. |
ylab |
y-axis text label |
xlab |
x-axis text label |
zero2NAs |
A logical specifying if |
main |
main plot text |
xlim |
x-limit values |
ymax |
Value used to truncate y-axis, defaults to NULL |
dopng |
Deprecated with nwfscSurvey 2.1 because providing a non-NULL
value to |
w |
Numeric figure width, defaults to 7 |
h |
Numeric figure height, defaults to 7 |
... |
Additional arguments for the plots |
Chantel Wetzel and Allan Hicks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.