Skip to content

Commit

Permalink
leave India and Turkey out of equity panel for 2C because of uncertainty
Browse files Browse the repository at this point in the history
  • Loading branch information
Hel1vs committed Oct 28, 2020
1 parent d538ed3 commit cb787e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neutrality/neutrality_paper.R
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ equity[max==2100&median>2100]$diffmed<-0

#plot
e1 = ggplot()
e1 = e1 + geom_pointrange(data=equity[Category%in%c("2 °C","1.5 °C")],
e1 = e1 + geom_pointrange(data=equity[Category%in%c("2 °C","1.5 °C")&!c(Category=="2 °C"&region%in%c("TUR [median]","IND [median]"))], #leave out India and Turkey for 2C instead of presenting median as zero, because one range is unknown so can't present median
aes(ymin=diffmin,ymax=diffmax,y=diffmed, x=region),alpha=0.5,size=5,fatten=1,show.legend = F,colour="#66b2ff")
# e1 = e1 + geom_point(data=poy1[Category%in%c("2 °C","1.5 °C")&!region%in%c("World [6 models]","MEX [2 models]","SAF [2 models]")&gwp=="diff"],
# aes(x=region,y=value,shape=model),size=3) #,colour=model
Expand Down

0 comments on commit cb787e7

Please sign in to comment.