Skip to content

Commit 4490f70

Browse files
committed
updating
1 parent f329ada commit 4490f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/3_dyadicMCMC_groups.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ genJ <- ggplot(res.df, aes(x=HI_Estimate, y=Domain, colour=Domain))+
233233
# scale_x_reverse()+
234234
scale_colour_manual(values=coul)+
235235
# scale_discrete_vi()+
236-
labs(x="Genetic distance", y="")+
236+
labs(x="Subspecies' genetic distance", y="")+
237237
theme_classic(base_size=12)+
238238
theme(legend.position = "none")
239239

@@ -257,7 +257,7 @@ HeJ <- ggplot(res.df, aes(x=He_Estimate, y=Domain, colour=Domain))+
257257
# scale_x_reverse()+
258258
scale_colour_manual(values=coul)+
259259
# scale_discrete_vi()+
260-
labs(x="hHe-dist", y="")+
260+
labs(x="hHe-distance", y="")+
261261
theme_classic(base_size=12)+
262262
theme(legend.position = "none")
263263

0 commit comments

Comments
 (0)