Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
courses
workshop_git
Commits
0f169b0d
Unverified
Commit
0f169b0d
authored
Nov 28, 2019
by
peguerin
Committed by
GitHub
Nov 28, 2019
Browse files
Merge pull request #4 from ednaMontpellier/modif_script4
feature1_script4
parents
ffc8d1fa
ca029253
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/script4.R
View file @
0f169b0d
...
...
@@ -70,7 +70,9 @@ plot <- ggplot(bird_sets, aes(x = x, id = id, split = y, value = n)) +
The heavier the line, the more votes cast with that particular combination."
,
200
),
caption
=
"Data: **NZ Forest & Bird** | Modified from: **@jakekaupp**"
)
+
scale_x_discrete
(
labels
=
c
(
"First Vote"
,
"Second Vote"
,
"Third Vote"
,
"Fourth Vote"
,
"Fifth Vote"
))
+
theme_jk
()
theme_jk
()
+
theme
(
panel.background
=
element_rect
(
fill
=
"gray14"
,
colour
=
"gray14"
))
plot
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment