gg_specieslevel_web_by_web | R Documentation |
To be used in combination with boot_specieslevel
and get_stats_multi
. See the example section of
boot_specieslevel
.
gg_specieslevel_web_by_web(
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 one or more lower level species names (plants) shared
among the given networks. Only the bootstrapped metric values for these
species will be plotted. It can be helpful when there are too many species
in a network and the graphs could get easily cluttered. If |
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.