Skip to content

Commit a86c395

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent d3daf29 commit a86c395

File tree

8 files changed

+57
-57
lines changed

8 files changed

+57
-57
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
65eae681
1+
6e63a093

data-import.pdf

102 KB
Binary file not shown.

data-visualization.pdf

122 KB
Binary file not shown.

html/data-visualization.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,12 @@ <h3 class="anchored" data-anchor-id="two-variables---both-continuous">Two Variab
339339
<div class="sourceCode cell-code" id="cb6"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb6-1"><a href="#cb6-1" aria-hidden="true" tabindex="-1"></a>e <span class="ot">&lt;-</span> <span class="fu">ggplot</span>(mpg, <span class="fu">aes</span>(cty, hwy))</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
340340
</div>
341341
<ul>
342-
<li><p><code>e + geom_label(aes(label = cty), nudge_x = 1, nudge_y = 1)</code>: Add text with a rectangle background. <code>aes()</code> arguments: - <code>x</code>, <code>y</code>, <code>label</code>, <code>alpha</code>, <code>angle</code>, <code>color</code>, <code>family</code>, <code>fontface</code>, <code>hjust</code>, <code>lineheight</code>, <code>size</code>, <code>vjust</code>.</p></li>
342+
<li><p><code>e + geom_label(aes(label = cty))</code>: Add text with a rectangle background. <code>aes()</code> arguments: - <code>x</code>, <code>y</code>, <code>label</code>, <code>alpha</code>, <code>angle</code>, <code>color</code>, <code>family</code>, <code>fontface</code>, <code>hjust</code>, <code>lineheight</code>, <code>size</code>, <code>vjust</code>.</p></li>
343343
<li><p><code>e + geom_point()</code>: Draw a scatter plot. <code>aes()</code> arguments: <code>x</code>, <code>y</code>, <code>alpha</code>, <code>color</code>, <code>fill</code>, <code>shape</code>, <code>size</code>, <code>stroke</code>.</p></li>
344344
<li><p><code>e + geom_quantile()</code>: Fit and draw quantile regression for the plot data. <code>aes()</code> arguments: <code>x</code>, <code>y</code>, <code>alpha</code>, <code>color</code>, <code>group</code>, <code>linetype</code>, <code>linewidth</code>, <code>weight</code>.</p></li>
345345
<li><p><code>e + geom_rug(sides = "bl")</code>: Draw a rug plot. <code>aes()</code> arguments: <code>x</code>, <code>y</code>, <code>alpha</code>, <code>color</code>, <code>linetype</code>, <code>linewidth</code>.</p></li>
346346
<li><p><code>e + geom_smooth(method = lm)</code>: Plot smoothed conditional means. <code>aes()</code> arguments: <code>x</code>, <code>y</code>, <code>alpha</code>, <code>color</code>, <code>fill</code>, <code>group</code>, <code>linetype</code>, <code>linewidth</code>, <code>weight</code>.</p></li>
347-
<li><p><code>e + geom_text(aes(label = cty), nudge_x = 1, nudge_y = 1)</code>: Add text to a plot. <code>aes()</code> arguments: <code>x</code>, <code>y</code>, <code>label</code>, <code>alpha</code>, <code>angle</code>, <code>color</code>, <code>family</code>, <code>fontface</code>, <code>hjust</code>, <code>lineheight</code>, <code>size</code>, <code>vjust</code>.</p></li>
347+
<li><p><code>e + geom_text(aes(label = cty))</code>: Add text to a plot. <code>aes()</code> arguments: <code>x</code>, <code>y</code>, <code>label</code>, <code>alpha</code>, <code>angle</code>, <code>color</code>, <code>family</code>, <code>fontface</code>, <code>hjust</code>, <code>lineheight</code>, <code>size</code>, <code>vjust</code>.</p></li>
348348
</ul>
349349
</section>
350350
<section id="two-variables---one-discrete-one-continuous" class="level3">
@@ -630,7 +630,7 @@ <h2 class="anchored" data-anchor-id="zooming">Zooming</h2>
630630
<hr>
631631
<p>CC BY SA Posit Software, PBC • <a href="mailto:[email protected]">[email protected]</a><a href="https://posit.co">posit.co</a></p>
632632
<p>Learn more at <a href="https://ggplot2.tidyverse.org">ggplot2.tidyverse.org</a>.</p>
633-
<p>Updated: 2025-07.</p>
633+
<p>Updated: 2025-08.</p>
634634
<div class="cell">
635635
<div class="sourceCode cell-code" id="cb25"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb25-1"><a href="#cb25-1" aria-hidden="true" tabindex="-1"></a><span class="fu">packageVersion</span>(<span class="st">"ggplot2"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
636636
<div class="cell-output cell-output-stdout">

html/images/logo-ggplot2.png

0 Bytes
Loading

index.html

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

search.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,110 +2,110 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://rstudio.github.io/cheatsheets/translations.html</loc>
5-
<lastmod>2025-08-13T20:43:03.881Z</lastmod>
5+
<lastmod>2025-08-14T22:55:03.795Z</lastmod>
66
</url>
77
<url>
88
<loc>https://rstudio.github.io/cheatsheets/html/tidyr.html</loc>
9-
<lastmod>2025-08-13T20:43:02.075Z</lastmod>
9+
<lastmod>2025-08-14T22:55:01.951Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://rstudio.github.io/cheatsheets/html/sparklyr.html</loc>
13-
<lastmod>2025-08-13T20:43:02.075Z</lastmod>
13+
<lastmod>2025-08-14T22:55:01.950Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://rstudio.github.io/cheatsheets/html/shiny.html</loc>
17-
<lastmod>2025-08-13T20:43:02.075Z</lastmod>
17+
<lastmod>2025-08-14T22:55:01.950Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://rstudio.github.io/cheatsheets/html/rstudio-ide.html</loc>
21-
<lastmod>2025-08-13T20:43:02.074Z</lastmod>
21+
<lastmod>2025-08-14T22:55:01.950Z</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://rstudio.github.io/cheatsheets/html/reticulate.html</loc>
25-
<lastmod>2025-08-13T20:43:02.074Z</lastmod>
25+
<lastmod>2025-08-14T22:55:01.950Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://rstudio.github.io/cheatsheets/html/purrr.html</loc>
29-
<lastmod>2025-08-13T20:43:02.074Z</lastmod>
29+
<lastmod>2025-08-14T22:55:01.949Z</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://rstudio.github.io/cheatsheets/html/plumber.html</loc>
33-
<lastmod>2025-08-13T20:43:02.074Z</lastmod>
33+
<lastmod>2025-08-14T22:55:01.949Z</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://rstudio.github.io/cheatsheets/html/package-development.html</loc>
37-
<lastmod>2025-08-13T20:43:02.073Z</lastmod>
37+
<lastmod>2025-08-14T22:55:01.949Z</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://rstudio.github.io/cheatsheets/html/lubridate.html</loc>
41-
<lastmod>2025-08-13T20:43:02.073Z</lastmod>
41+
<lastmod>2025-08-14T22:55:01.949Z</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://rstudio.github.io/cheatsheets/html/gt.html</loc>
45-
<lastmod>2025-08-13T20:43:02.013Z</lastmod>
45+
<lastmod>2025-08-14T22:55:01.888Z</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://rstudio.github.io/cheatsheets/html/factors.html</loc>
49-
<lastmod>2025-08-13T20:43:02.013Z</lastmod>
49+
<lastmod>2025-08-14T22:55:01.888Z</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://rstudio.github.io/cheatsheets/html/data-transformation.html</loc>
53-
<lastmod>2025-08-13T20:43:02.013Z</lastmod>
53+
<lastmod>2025-08-14T22:55:01.887Z</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://rstudio.github.io/cheatsheets/contributed-cheatsheets.html</loc>
57-
<lastmod>2025-08-13T20:43:01.950Z</lastmod>
57+
<lastmod>2025-08-14T22:55:01.823Z</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://rstudio.github.io/cheatsheets/html/data-import.html</loc>
61-
<lastmod>2025-08-13T20:43:02.012Z</lastmod>
61+
<lastmod>2025-08-14T22:55:01.887Z</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://rstudio.github.io/cheatsheets/html/data-visualization.html</loc>
65-
<lastmod>2025-08-13T20:43:02.013Z</lastmod>
65+
<lastmod>2025-08-14T22:55:01.888Z</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://rstudio.github.io/cheatsheets/html/great-tables.html</loc>
69-
<lastmod>2025-08-13T20:43:02.013Z</lastmod>
69+
<lastmod>2025-08-14T22:55:01.888Z</lastmod>
7070
</url>
7171
<url>
7272
<loc>https://rstudio.github.io/cheatsheets/html/keras.html</loc>
73-
<lastmod>2025-08-13T20:43:02.073Z</lastmod>
73+
<lastmod>2025-08-14T22:55:01.949Z</lastmod>
7474
</url>
7575
<url>
7676
<loc>https://rstudio.github.io/cheatsheets/html/nlp-with-llms.html</loc>
77-
<lastmod>2025-08-13T20:43:02.073Z</lastmod>
77+
<lastmod>2025-08-14T22:55:01.949Z</lastmod>
7878
</url>
7979
<url>
8080
<loc>https://rstudio.github.io/cheatsheets/html/plotnine.html</loc>
81-
<lastmod>2025-08-13T20:43:02.073Z</lastmod>
81+
<lastmod>2025-08-14T22:55:01.949Z</lastmod>
8282
</url>
8383
<url>
8484
<loc>https://rstudio.github.io/cheatsheets/html/posit-team.html</loc>
85-
<lastmod>2025-08-13T20:43:02.074Z</lastmod>
85+
<lastmod>2025-08-14T22:55:01.949Z</lastmod>
8686
</url>
8787
<url>
8888
<loc>https://rstudio.github.io/cheatsheets/html/quarto.html</loc>
89-
<lastmod>2025-08-13T20:43:02.074Z</lastmod>
89+
<lastmod>2025-08-14T22:55:01.950Z</lastmod>
9090
</url>
9191
<url>
9292
<loc>https://rstudio.github.io/cheatsheets/html/rmarkdown.html</loc>
93-
<lastmod>2025-08-13T20:43:02.074Z</lastmod>
93+
<lastmod>2025-08-14T22:55:01.950Z</lastmod>
9494
</url>
9595
<url>
9696
<loc>https://rstudio.github.io/cheatsheets/html/shiny-python.html</loc>
97-
<lastmod>2025-08-13T20:43:02.074Z</lastmod>
97+
<lastmod>2025-08-14T22:55:01.950Z</lastmod>
9898
</url>
9999
<url>
100100
<loc>https://rstudio.github.io/cheatsheets/html/shinychat.html</loc>
101-
<lastmod>2025-08-13T20:43:02.075Z</lastmod>
101+
<lastmod>2025-08-14T22:55:01.950Z</lastmod>
102102
</url>
103103
<url>
104104
<loc>https://rstudio.github.io/cheatsheets/html/strings.html</loc>
105-
<lastmod>2025-08-13T20:43:02.075Z</lastmod>
105+
<lastmod>2025-08-14T22:55:01.951Z</lastmod>
106106
</url>
107107
<url>
108108
<loc>https://rstudio.github.io/cheatsheets/index.html</loc>
109-
<lastmod>2025-08-13T20:43:02.087Z</lastmod>
109+
<lastmod>2025-08-14T22:55:01.963Z</lastmod>
110110
</url>
111111
</urlset>

0 commit comments

Comments
 (0)