flip plot direction and extend README
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ bar_plot_fraktionen <- function(tb, variable, fill, title=NULL, xlab = "Fraction
|
||||
ylab(ylab) +
|
||||
labs(fill = filllab) +
|
||||
ggtitle(title) +
|
||||
geom_bar(stat = "identity")
|
||||
geom_bar(stat = "identity") + coord_flip()
|
||||
}
|
||||
|
||||
# Counts how many talks do match a given pattern and summarises by date
|
||||
|
||||
Reference in New Issue
Block a user