#' @title stratified plot
#' @description test
#' @export
plot_stratified <- function(df){
## for diseases with same Y-labs
#colnames(df)
#browser()
#ggplot(df, aes(y = value, fill = group)) +
# geom_boxplot() + facet_wrap(~trait) +
# ggtitle()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.