plotRawData | R Documentation |
Function to plot raw survey and fishery data.
plotRawData(
srvData = NULL,
fshData = NULL,
yr2 = 1990,
pdfType = "lognormal",
ci = 0.95,
verbose = FALSE,
showPlot = FALSE
)
srvData |
|
fshData |
|
yr2 |
|
pdfType |
|
ci |
|
verbose |
|
showPlot |
|
Biomass units are assumed to be in t, abundance units in ones.
list with named elements
srvData - dataframe w/ abundance is in ones and biomass is in t
fshData - dataframe w/ catch biomass is in t
plots - list with ggplot2 objects
retained catch time series
retained catch time series, recent time period
discard catch time series
discard catch time seies, recent time period
survey biomass time series
survey biomass time series, recent time period
survey biomass time series, log10-scale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.