View source: R/bootstrapping.R
plotboots.size | R Documentation |
Plot bootstrapping diet data.
plotboots.size(
b,
show_plot = TRUE,
cut_pred_size = c(1, 10),
cut_prey_size = c(1, 10),
addTitle = FALSE,
tAngle = 90,
Colours = "red",
maxbins = 50,
inclData
)
b |
List of Bootstrap diet data of class STOMdiet. |
show_plot |
Show the resulting graphs on screen (or save the results for later processing) |
cut_pred_size |
From to in substring of predator size |
cut_prey_size |
From to in substring of prey size |
addTitle |
Add predator name on top of the plot. |
tAngle |
Angle X-axis text. |
Colours |
Colours for frequency. |
maxbins |
maximum number of bins in plot. |
inclData |
Date set with combinations of stratum_time, pred_name and pred_size to be included in the plot. |
nothing (if show_plot=TRUE) or a list of plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.