View source: R/variable_correlation.R
| variable_correlation | R Documentation | 
Computes the correlation of numerical variables with taxa
variable_correlation(phyloseq_obj, variables, treatment = NULL,
 subset = NULL, classification = NULL, method = "spearman", cores = 1)
phyloseq_obj | 
 A   | 
variables | 
 Numericla factors within the in the
  | 
treatment | 
 Column name as a   | 
subset | 
 A factor within the   | 
classification | 
 Column name as a   | 
method | 
 Which correlation method to calculate, "pearson", "spearman".  | 
cores | 
 
  | 
data.table
permute_rho phylosmith
variable_correlation(soil_column, variables = "Day",
treatment = c("Matrix", "Treatment"), subset = "Amended",
classification = "Phylum", method = "spearman", cores = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.