View source: R/plot_functions.R
multi_biplot_pq | R Documentation |
This allow to plot all the possible biplot_pq()
combination
using one factor.
multi_biplot_pq(physeq, split_by = NULL, pairs = NULL, na_remove = TRUE, ...)
physeq |
(required): a |
split_by |
(required if pairs is NULL) the name of the factor to make all combination of couples of values |
pairs |
(required if pairs is NULL) the name of the factor in physeq@sam_data' slot
to make plot by pairs of samples. Each level must be present only two times.
Note that if you set pairs, you also must set fact arguments to pass on to |
na_remove |
(logical, default TRUE) if TRUE remove all the samples
with NA in the |
... |
Other parameters passed on to |
a list of ggplot object
Adrien Taudière
data_fungi_abun <- subset_taxa_pq(data_fungi, taxa_sums(data_fungi) > 10000)
p <- multi_biplot_pq(data_fungi_abun, "Height")
lapply(p, print)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.