This function is to plot the maximum likelihood estimates and their respective confidence intervals.
1 2 3 4 5 6 7 8 9 10 11 12 | My_coefplot(
mles,
upper,
lower,
species_labels = NULL,
xlab = NULL,
cex.axis = 1,
y_spa = 0,
rect = F,
rect_lim = 5,
...
)
|
mles |
A vector containing the maximum likelihood estimates to be plotted. |
upper |
A vector containing the upper limits of the confidence intervals. |
lower |
A vector containing the lower limits of the confidence intervals. |
species_labels |
A vector containing the labels of each species. |
xlab |
A label for the x axis. |
cex.axis |
The size of the x axis. |
y_spa |
Space to be added to the minimum and maximum values. This is to improve visualization. |
rect |
Should assign different backgrounds to predators and non-predators? Default is to FALSE. |
rect_lim |
Limit of the background. |
... |
Other graphical parameters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.