Skip to content

Commit dfe5569

Browse files
img path
1 parent 762c3d7 commit dfe5569

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

vignettes/useR2025/useR2025.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ plt_add(type = "lm")
231231
## grid vs graphics
232232
### R has two low-level graphics systems
233233

234-
![Note: Adapted from @murrell2023updates.](/img/rgraphics.png)
234+
![Note: Adapted from @murrell2023updates.](img/rgraphics.png)
235235

236236
## Base graphics in R
237237
### Very flexible... but tricksy
@@ -271,9 +271,9 @@ But going beyond the defaults is often (much) more work that I want to do.
271271
### R has two low-level graphics systems
272272

273273
::: {.r-stack}
274-
![Note: Adapted from @murrell2023updates.](/img/rgraphics.png)
274+
![Note: Adapted from @murrell2023updates.](img/rgraphics.png)
275275

276-
![Note: Adapted from @murrell2023updates.](/img/rgraphics2.png){.fragment}
276+
![Note: Adapted from @murrell2023updates.](img/rgraphics2.png){.fragment}
277277
:::
278278

279279

@@ -972,7 +972,7 @@ Many other contributors, feedback providers, and a sources of inspiration.
972972

973973
### The formula API gives bang for buck
974974

975-
![](/img/briggs.png)
975+
![](img/briggs.png)
976976

977977
_P.S. Thanks to Ryan for letting me use this screenshot._
978978

0 commit comments

Comments
 (0)