Skip to content

Commit

Permalink
redundant library calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Mar 14, 2024
1 parent 351cd88 commit 0606aa6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ dotsinterval_plot = ggplot() +
```

```{r preview_lineribbon, include=FALSE}
library(ggplot2)
library(dplyr)
library(tidyr)
library(ggdist)
m_mpg = lm(mpg ~ hp * cyl, data = mtcars)
mtcars_preds = mtcars %>%
group_by(cyl) %>%
Expand Down Expand Up @@ -196,10 +191,6 @@ it easy to visualize dot+interval plots, Wilkinson dotplots, beeswarm plots, and
(and combined with half-eyes, composite plots like rain cloud plots):

```{r halfeye_dotplot, echo=FALSE, message=FALSE, warning=FALSE}
library(ggplot2)
library(dplyr)
library(ggdist)
set.seed(12345) # for reproducibility
data.frame(
Expand Down

0 comments on commit 0606aa6

Please sign in to comment.