Skip to content

Commit

Permalink
Update tablebar vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhaf committed Jan 15, 2025
1 parent a39bbee commit f5264be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vignettes/tableplots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit f5264be

Please sign in to comment.