Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ knitr::opts_chunk$set(
comment = "#>",
fig.path = "man/figures/README-",
out.width = "70%",
fig.height = 5,
fig.width = 8,
dpi = 100,
dpi = 120,
asp = 0.625
)
```
Expand Down Expand Up @@ -162,3 +163,10 @@ tinytheme()
Hopefully, these have been enough to pique your interest. Head over to the
[intro tutorial](https://grantmcdermott.com/tinyplot/vignettes/introduction.html)
for many more examples, including model-based and custom plot types.


```{r tinyimg}
#| include: false
if (requireNamespace("tinyimg")) tinyimg::tinypng("man/figures")
```

9 changes: 9 additions & 0 deletions inst/Psychoco2026/slides-revealjs.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ execute:
fig-height: 4.8
fig-width: 6.4
out-width: 60%
knitr:
opts_chunk:
dpi: 72
author:
- name: Grant McDermott
orcid: 0000-0001-7883-8573
Expand Down Expand Up @@ -374,3 +377,9 @@ Zeileis A (2025).
{{< iconify fa6-brands bluesky >}} &nbsp; [`@zeileis.org`](https://bsky.app/profile/zeileis.org)

{{< iconify mdi link-variant >}} &nbsp; [`https://www.zeileis.org/`](https://www.zeileis.org/)


```{r tinyimg}
#| include: false
if (requireNamespace("tinyimg")) tinyimg::tinypng(knitr::opts_chunk$get("fig.path"))
```
Binary file modified man/figures/README-quickstart2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-quickstart3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-quickstart4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-quickstart5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-quickstart_theme-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading