R/plot_stratified.R

Defines functions plot_stratified

Documented in plot_stratified

#' @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()


}
frhl/our documentation built on Feb. 5, 2021, 7:30 p.m.