config files
This commit is contained in:
parent
0cc7a8fcae
commit
2e29cf8011
3 changed files with 19 additions and 11 deletions
|
@ -97,8 +97,9 @@ bp_stability_hmap <- function(plot_df = merged_df3
|
|||
# Generate the subcols barplot
|
||||
cowplot::plot_grid(
|
||||
ggplot(plot_df, aes_string(x = xvar_colname
|
||||
# , ordered = T)
|
||||
)) +
|
||||
#, ordered = T
|
||||
)
|
||||
) +
|
||||
geom_bar(aes(fill = group)
|
||||
, colour = "grey", size=0.125) +
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue