View source: R/beta_diversity_fun.R
beta_dist_plot | R Documentation |
This function
beta_dist_plot( beta_distance, x = "comparison", y = "value", jitter = FALSE, alpha = 0.5 )
beta_distance |
data frame from beta_dist_calc |
x |
x axis. Descriptive data. |
y |
y axis. Value data. |
jitter |
if TRUE adds addition geom_jitter |
alpha |
only for jitter, regulates alpha value. Possible values from 0 to 1 |
data("mice_B6_N") beta_dist <- beta_dist_calc(mice_B6_N, var = "Genotype", dist = "unifrac") get_beta_distances_plot(beta_dist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.