From 9fa4d47f14e83f2e2548bab56aba6ada6cada4b4 Mon Sep 17 00:00:00 2001 From: Adrien Taudiere Date: Thu, 2 Feb 2023 18:09:29 +0100 Subject: [PATCH] message --- R/plot_functions.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R/plot_functions.R b/R/plot_functions.R index a2214979..5a6f67a4 100644 --- a/R/plot_functions.R +++ b/R/plot_functions.R @@ -926,6 +926,9 @@ venn_phyloseq <- #' `ggVennDiagram::ggVennDiagram` function #' @description #' `r lifecycle::badge("maturing")` +#' +#' Note that you can use ggplot2 function to customize the plot +#' par ex. `+ scale_fill_distiller(palette = "BuPu", direction = 1)` #' @param physeq (required): a \code{\link{phyloseq-class}} object. #' @param fact (required): Name of the factor to cluster samples by modalities. #' Need to be in \code{physeq@sam_data}.