View source: R/plot_overlap_sig.R
plot_overlap_sig | R Documentation |
plot_overlap_sig helps to create a plot to interpret results from statistical significance tests in overlap analyses.
plot_overlap_sig(object, niches = c(1, 2), main = "",
xlab = "Overlap", ylab = "Frequency",
breaks = 30, bar_col = "gray65",
cl_col = "darkgreen", observed_col = "blue",
cl_lty = 2, observed_lty = 1, cl_lwd = 2,
observed_lwd = 2, xlim = NULL)
object |
overlap_ellipsoid object resulted from using the function
|
niches |
(numeric) pair of integer numbers denoting the niches for which results will be plotted. Default = c(1, 2). |
main |
(character) plot main title, default = "". |
xlab |
(character) label of x axis, default = "Overlap". |
ylab |
(character) label of y axis, default = "Frequency". |
breaks |
type of breaks as in |
bar_col |
color of histogram bars, default = "gray65". |
cl_col |
color of confidence limit line, default = "darkgreen". |
observed_col |
color of line representing observed value of overlap, default = "blue". |
cl_lty |
type of line for confidence limit, default = 2. |
observed_lty |
type of line for observed value of overlap, default = 1. |
cl_lwd |
thickness of line for confidence limit, default = 2. |
observed_lwd |
thickness of line for observed value of overlap, default = 2. |
xlim |
limits of x axis, the default, NULL, derives limits from data. |
A plot with results from tests of statistical significance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.