View source: R/ggplot_functions.r
plot_dissim | R Documentation |
Custom plotting function to display the bootstrapped dissimilarities, the mean line and its confidence intervals.
plot_dissim( metrics_stats, size_boot_lines = 0.2, alpha_boot_lines = 0.2, size_ci = 1, linetype_ci = 2, size_mean = 1, linetype_mean = 1 )
metrics_stats |
The output of |
size_boot_lines |
Size of the line connecting the bootstrapped values.
Default is 0.2. Passed to |
alpha_boot_lines |
Alpha parameter of the line connecting the
bootstrapped values. Default is 0.2. Passed to
|
size_ci |
Size of the line used for the confidence intervals. Default is
|
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 ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.