View source: R/fracwild_plot_multipanel.R
fracwild_multipanel | R Documentation |
This is the fracwild figure function. Not exported. It is used by NWCTrends_report
and inst/doc/report_files/esu_report.Rmd
.
The dots are the raw fracwild values, the black line is the smoothed fracwild estimate. For the smoothed fracwild estimates, there is no data sharing across populations.
fracwild_multipanel(
esu,
pops,
fracwild.fit,
min.year = NULL,
max.year = NULL,
show.all = TRUE,
nwctrends.options = NULL
)
esu |
The name of the ESU |
pops |
The population names that will be plotted (populations with too few data are eliminated) |
fracwild.fit |
fracwild fit returned by |
min.year |
The x axis minimum. |
max.year |
The x axis maximum. |
show.all |
If there is no fracwild data for a population, should that population still have a fracwild plot, which will be blank. |
nwctrends.options |
A list of plot options to change the appearance (colors, line types, line widths, point types, etc)
in the plots. See |
A plot
Eli Holmes, NOAA, Seattle, USA. eli(dot)holmes(at)noaa(dot)gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.