Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite125fa4

Browse files
committed
removing extra 'from'
1 parent30c8e6b commite125fa4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎content/post/2019-08-28-you-can-replicate-almost-any-plot-with-ggplot2.Rmd‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dat %>% mutate(country = reorder(country, -count)) %>%
3535
geom_bar(stat = "identity", fill = "darkred") +
3636
geom_text(nudge_y = 0.2, color = "darkred", size = 5) +
3737
geom_flag(y = -.5, aes(country = code), size = 12) +
38-
scale_y_continuous(breaks = c(0, 1, 2, 3, 4), limits = c(0,4)) +
38+
scale_y_continuous(breaks = c(0, 1, 2, 3, 4), limits = c(0,4)) +
3939
geom_text(aes(6.25, 3.8, label = "Source UNODC Homicide Statistics")) +
4040
ggtitle(toupper("Homicide Per 100,000 in G-8 Countries")) +
4141
xlab("") +
@@ -49,7 +49,7 @@ dat %>% mutate(country = reorder(country, -count)) %>%
4949

5050
##Example 2
5151

52-
The second example fromfrom[everytown.org](https://everytownresearch.org). Here is the original:
52+
The second example from[everytown.org](https://everytownresearch.org). Here is the original:
5353

5454

5555
![](https://rafalab.github.io/dsbook/R/img/GunTrends_murders_per_1000.png)

‎content/post/2019-08-28-you-can-replicate-almost-any-plot-with-ggplot2.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>Example 1</h2>
3333
geom_bar(stat = &quot;identity&quot;, fill = &quot;darkred&quot;) +
3434
geom_text(nudge_y = 0.2, color = &quot;darkred&quot;, size = 5) +
3535
geom_flag(y = -.5, aes(country = code), size = 12) +
36-
scale_y_continuous(breaks = c(0, 1, 2, 3, 4), limits = c(0,4)) +
36+
scale_y_continuous(breaks = c(0, 1, 2, 3, 4), limits = c(0,4)) +
3737
geom_text(aes(6.25, 3.8, label = &quot;Source UNODC Homicide Statistics&quot;)) +
3838
ggtitle(toupper(&quot;Homicide Per 100,000 in G-8 Countries&quot;)) +
3939
xlab(&quot;&quot;) +
@@ -47,7 +47,7 @@ <h2>Example 1</h2>
4747
</div>
4848
<divid="example-2"class="section level2">
4949
<h2>Example 2</h2>
50-
<p>The second example fromfrom<ahref="https://everytownresearch.org">everytown.org</a>. Here is the original:</p>
50+
<p>The second example from<ahref="https://everytownresearch.org">everytown.org</a>. Here is the original:</p>
5151
<divclass="figure">
5252
<imgsrc="https://rafalab.github.io/dsbook/R/img/GunTrends_murders_per_1000.png"/>
5353

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp