Skip to content

Commit

Permalink
add ggplot library to tidyquant.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jtr13 committed Sep 24, 2019
1 parent 101dd52 commit e56a257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ output:
fig_width: 5
```

Another method is to click the gear `r emo::ji("gear")` next to the Knit button, then **Output Options...**, and finally the **Figures** tab.
Another method is to click the gear `r emo::ji("gear")` next to the Knit button, then **Output Options...**, and finally the **Figures** tab.

Then as needed override one or more defaults in particular chunks:

Expand All @@ -106,7 +106,7 @@ Figure related chunk options include `fig.width`, `fig.height`, `fig.asp`, and `

### Viewing plots in plot window

Would you like your plots to appear in the plot window instead of below each chunk in the `.Rmd` file? Click `r emo::ji("gear")` and then **Chunk Output in Console**.
Would you like your plots to appear in the plot window instead of below each chunk in the `.Rmd` file? Click `r emo::ji("gear")` and then <i class="fas fa-check"></i> **Chunk Output in Console**.


```{r, echo = FALSE, eval = FALSE}
Expand Down
1 change: 1 addition & 0 deletions tidyquant.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This section covers how to use the `tidyquant` package to conduct timeseries ana
To install `tidyquant`, you can run the following code:
```{r message=FALSE}
# install.packages("tidyquant")
library(ggplot2)
library(tidyquant)
```

Expand Down

0 comments on commit e56a257

Please sign in to comment.