gg_specieslevel_compare_webs | R Documentation |
Allows the visual comparison of the bootstrapped metric values of a selected
species (lower and higher level) across two or more networks. To be used in
combination with boot_specieslevel
. See the
example section of boot_specieslevel
.
gg_specieslevel_compare_webs(
metrics_stats,
sp_lower = NULL,
sp_higher = NULL,
size_boot_lines = 0.1,
alpha_boot_lines = 0.1,
size_ci = 1,
linetype_ci = 2,
size_mean = 1,
linetype_mean = 1
)
metrics_stats |
The output of |
sp_lower |
A character vector of a single lower level species name (plant) shared among the given networks. Only the bootstrapped metric values for this single species will be plotted. |
sp_higher |
Similar to |
size_boot_lines |
Size of the line connecting the bootstrapped values of the metric. Default
is 0.1. Passed to |
alpha_boot_lines |
Alpha parameter of the line connecting the bootstrapped values of the
metric. Default is 0.1. Passed to |
size_ci |
Size of the line used for the confidence intervals. Default is 1. Passed to
|
linetype_ci |
Type of the line used for the confidence intervals. Default is 2. Passed to
|
size_mean |
Size of the line connecting the bootstrapped mean values of the metric.
Default is 1. Passed to |
linetype_mean |
Type of the line connecting the bootstrapped mean values of the metric.
Default is 1. Passed to |
A list of one or more ggplots.
# See example section of ?boot_specieslevel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.