The grammar of graphics is a powerful framework and can help you make any data visualization!
+
The grammar of graphics framework can prepare any visualization! But building plots from scratch can be time-consuming.
@@ -3690,7 +3690,7 @@
Avoiding cooking a new plot
-
💡 Using ready-made plots lowers the activation energy for visualizing data!
+
💡 Using ready-made plots lowers the effort needed for visualizing data!
@@ -3704,20 +3704,15 @@
Action Plan
Example function
-
E.g., for hypothesis about group differences (ggbetweenstats())
+
E.g., for hypothesis about group differences
+
ggbetweenstats(iris, Species, Sepal.Length)
-
ggbetweenstats(
-data = iris,
-x = Species,
-y = Sepal.Length,
-title ="Distribution of sepal length across Iris species"
-)
@@ -3881,7 +3876,9 @@
Software Architecture
statsExpressions --> bayestestR
%% Styling using custom colors
- classDef main fill:#fff88,stroke:#333,stroke-width:2px
+ style easystats fill:#ffffff
+
+ classDef main fill:#FCF596,stroke:#333,stroke-width:3px
classDef note fill:#ffffff,stroke:#333,stroke-width:1px,stroke-dasharray: 5 5
class ggstatsplot main
@@ -3899,12 +3896,12 @@
-
Team sport
+
Working with open-source teams
-
While re-architecting {ggstatsplot}, I decided to contribute to upstream open-source dependencies:
+
While re-architecting {ggstatsplot}, I started contributing upstream:
-
joined the core {easystats} team and contributing to its ten component packages
+
joined the core {easystats} team (a collection of ten component packages)
became a co-maintainer of {ggsignif}
contributed to {WRS2} and {ggcorrplot}
@@ -3969,10 +3966,10 @@
Quality Assurance
-
Team sport
+
Working with open-source teams
-
While improving QA tools for {ggstatsplot}, in the spirit of open-source, I decided to contribute to upstream dependencies:
+
While improving the QA tooling for {ggstatsplot}, I started contributing upstream:
became co-author of {lintr} (linter) and {styler} (formatter)
@@ -3989,7 +3986,7 @@
Impact
User Love
-
+
@@ -4002,14 +3999,11 @@
User Love
-
-
-
Second most starred {ggplot2}-extension!
@@ -4018,6 +4012,9 @@
User Love
+
+
+
@@ -4126,7 +4123,7 @@
Session information
version R version 4.4.2 (2024-10-31)
os Ubuntu 22.04.5 LTS
system x86_64, linux-gnu
- hostname fv-az1778-80
+ hostname fv-az1117-343
ui X11
language (EN)
collate C.UTF-8
@@ -4134,7 +4131,7 @@
Session information
tz UTC
date 2024-11-15
pandoc 3.5 @ /opt/hostedtoolcache/pandoc/3.5/x64/ (via rmarkdown)
- quarto 1.6.34 @ /usr/local/bin/quarto
+ quarto 1.6.35 @ /usr/local/bin/quarto
─ Packages ───────────────────────────────────────────────────────────────────
package * version date (UTC) lib source
diff --git a/slides.pdf b/slides.pdf
index 2d4bc5c..58a2b8d 100644
Binary files a/slides.pdf and b/slides.pdf differ