Skip to content

Commit d7ce717

Browse files
change jpegs to pngs in intro chp
1 parent 7f7db50 commit d7ce717

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/intro.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ to read data into R.
262262
(ref:img-read-csv) Syntax for the `read_csv` function.
263263

264264
``` {r img-read-csv, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "(ref:img-read-csv)", fig.retina = 2, out.width="100%", fig.pos = "H", out.extra=""}
265-
image_read("img/intro/read_csv_function.jpeg") |>
265+
image_read("img/intro/read_csv_function.png") |>
266266
image_crop("1625x1900")
267267
```
268268

@@ -400,7 +400,7 @@ code we have already written.
400400
(ref:img-filter) Syntax for the `filter` function.
401401

402402
```{r img-filter, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "(ref:img-filter)", fig.retina = 2, out.width="100%"}
403-
image_read("img/intro/filter_function.jpeg") |>
403+
image_read("img/intro/filter_function.png") |>
404404
image_crop("1625x1900")
405405
```
406406

@@ -436,7 +436,7 @@ in the next step of the analysis!
436436
(ref:img-select) Syntax for the `select` function.
437437

438438
``` {r img-select, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "(ref:img-select)", out.width="100%", fig.retina = 2}
439-
image_read("img/intro/select_function.jpeg") |>
439+
image_read("img/intro/select_function.png") |>
440440
image_crop("1625x1900")
441441
```
442442

@@ -468,7 +468,7 @@ so we pass the column to the `desc` function before using it as an argument.
468468
(ref:img-arrange) Syntax for the `arrange` function.
469469

470470
``` {r img-arrange, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "(ref:img-arrange)", out.width="100%", fig.retina = 2}
471-
image_read("img/intro/arrange_function.jpeg") |>
471+
image_read("img/intro/arrange_function.png") |>
472472
image_crop("1625x1900")
473473
```
474474

@@ -555,7 +555,7 @@ generated by following the instructions in Figure \@ref(fig:img-ggplot).
555555
(ref:img-ggplot) Creating a bar plot with the `ggplot` function.
556556

557557
```{r img-ggplot, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "(ref:img-ggplot)", out.width="100%", fig.retina = 2}
558-
image_read("img/intro/ggplot_function.jpeg") |>
558+
image_read("img/intro/ggplot_function.png") |>
559559
image_crop("1625x1900")
560560
```
561561

0 commit comments

Comments
 (0)