Skip to content

Commit

Permalink
Cleaned up analysis script
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonsed committed May 11, 2020
1 parent f20aec0 commit ac0184d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ p1 <- species_richness %>%
labels=function(x) scales::parse_format()(x_times_ten_notation(x)))+
scale_fill_discrete("Speciation\nrate",
labels=function(x) scales::parse_format()(x_times_ten_notation(x)))+
# geom_vline(aes(xintercept=-150), linetype="dotted", colour="black") +
# geom_vline(aes(xintercept=-100), linetype="dotted", colour="black") +
# geom_vline(aes(xintercept=-50), linetype="dotted", colour="black") +
# geom_vline(aes(xintercept=0), linetype="dotted", colour="black") +
annotate("text", label="Landscape A", x=25, y=275, colour="black")+
annotate("text", label="Landscape B", x=75, y=275, colour="black")

Expand Down

0 comments on commit ac0184d

Please sign in to comment.