plot_binned_fitted | R Documentation |
LBN_bin_plot()
These are to show the estimated normalised biomasses in each bin, based on
the MLE value of b
and it's confidence limit values.
Each horizontal bar spans a bin (default colour is red), with it's vertical value indicating the
expected normalised biomass based on the MLE of b
. The height of the
shaded rectangles (default colour pink) show the range of expected
normalised biomass based on the 95\
plot_binned_fitted(
binTibble,
bar.col = "red",
bar.lwd = 3,
rect.shading = "pink",
shorter = 0.05
)
binTibble |
tibble of values calculated in |
bar.col |
colour for the horizontal bars representing the MLE values of normalised biomass in each bin |
bar.lwd |
thickness of horiztonal bars |
rect.shading |
colour for shading of rectangles corresponding to the
normalised biomasses estimated from confidence intervals of |
shorter |
fraction shorter to make the rectangles, so can see them overlapping with grey rectangles; may not work exacly as planned (won't be symmetric) when x-axis not logged, but that's not going to be a useful plot anyway |
Andrew Edwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.