inst/app/app_Theme.R

## color scheme
qual_col_pals = brewer.pal.info[brewer.pal.info$category == 'qual',]
col_vector = unlist(mapply(brewer.pal, qual_col_pals$maxcolors, rownames(qual_col_pals)))


simplify <- theme(legend.position = "none",
                  axis.title.x=element_blank(),
                  axis.title.y=element_blank(),
                  axis.text.x = element_blank(),
                  axis.text.y = element_blank(),
                  axis.ticks = element_blank())
simplify2 <- theme(legend.position = "right",
                   axis.title.x=element_blank(),
                   axis.title.y=element_blank(),
                   axis.text.x = element_blank(),
                   axis.text.y = element_blank(),
                   axis.ticks = element_blank())
bimberlabinternal/ShinySDA documentation built on Feb. 5, 2023, 7:09 a.m.