From f5264be1f6f4a41a34d56ac97fc0b10583cc63fe Mon Sep 17 00:00:00 2001 From: Nicklas Hafiz Date: Wed, 15 Jan 2025 19:03:31 +0100 Subject: [PATCH] Update tablebar vignette --- vignettes/tableplots.Rmd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vignettes/tableplots.Rmd b/vignettes/tableplots.Rmd index 72172dd7..77075011 100644 --- a/vignettes/tableplots.Rmd +++ b/vignettes/tableplots.Rmd @@ -18,7 +18,7 @@ library(eatPlot) # Geschlechterkapitel ## Abbildung 6.5 -Now we have to filter the data in such a way, that it looks like the table we want to plot. +First we prepare the data: ```{r} mw_prepped <- prep_tablebarplot(trend_mw, @@ -53,8 +53,6 @@ mw_prepped <- rbind(mw_prepped_lesen, mw_prepped_hören) ``` - - Now we can easily plot the barplot, after sorting the data.frame and adding a y-axis: ```{r}