We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b8349 commit 0fe74ceCopy full SHA for 0fe74ce
R/04-R_ExampleAnalysis.Rmd
@@ -12,7 +12,6 @@ Analyses for the illustrative example are based on the eyes-closed condition of
12
```{r, message=FALSE}
13
library(tidyverse) # Access a collection of packages for data management (e.g., dplyr, ggplot2, readr)
14
library(reticulate) # Interface Python and R Studio
15
-library(magick) # Load and adjust .PNG files
16
library(gridExtra) # Arrange multiple plots
17
library(psych) # Toolbox for data analysis
18
```
0 commit comments