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
991da6d0
Commit
991da6d0
authored
Nov 28, 2019
by
eboulanger
Browse files
Merge branch 'fix_script3_feature2'
parents
f996878a
b4c94951
Changes
2
Hide whitespace changes
Inline
Side-by-side
plots/script3_EB.png
View replaced file @
f996878a
View file @
991da6d0
501 KB
|
W:
|
H:
496 KB
|
W:
|
H:
2-up
Swipe
Onion skin
scripts/script3.R
View file @
991da6d0
...
...
@@ -60,7 +60,7 @@ ranked <- bird_scores %>%
# Plot
ggplot
(
ranked
,
aes
(
x
=
date
,
y
=
rank
))
+
geom_point
(
aes
(
color
=
bird_breed
))
+
geom_point
(
aes
(
color
=
bird_breed
)
,
pch
=
17
)
+
geom_line
(
aes
(
color
=
bird_breed
))
+
geom_text
(
data
=
subset
(
ranked
,
ranked
$
date
==
min
(
ranked
$
date
)),
aes
(
date
,
rank
,
label
=
bird_breed
,
color
=
bird_breed
),
size
=
2
,
...
...
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