Description Usage Arguments Details Value See Also Examples
View source: R/correlation-plot.R
Get the correlation plot data comparing all of the treatment groups.
1 2 | correlation_data(obj, primary_rank, secondary_rank = TRUE,
wp_value = 0.05)
|
obj |
An object to be converted to a Taxmap object with |
primary_rank |
A primary rank used to label the points. |
secondary_rank |
The secondary rank used to color the points, Default: TRUE |
wp_value |
The wilcoxon p-value cutoff/threshold, Default: 0.05 |
DETAILS
Data for the correlation plots.
tidyeval
, mutate
, filter
, arrange
Other Visualizations: alpha_diversity_plot
,
correlation_plots
,
correlation_plot
,
heat_tree_parameters
,
heat_tree_plots
,
ordination_plots
,
ordination_plot
, plot_limits
,
save_alpha_diversity_plots
,
save_correlation_plots
,
save_heat_tree_plots
,
save_ordination_plots
,
save_stacked_barplots
,
stacked_barplots
,
stacked_barplot
,
top_coefficients_barplot
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.