Displaying 1 result from an estimated 1 matches for "segou".
Did you mean:
begou
2010 Jul 23
2
decimal seperator
...0, col=topo.colors(20))
axis(1, at=seq(1, 20, by=1), labels = FALSE)
text(seq(1, 20, by=1), par("usr")[3] - 0.2, labels = site2_labels, srt = 45,
pos = 1, xpd = TRUE)
reg.txt <- as.character(c(" Kayes Koulikoro
Sikasso Segou Mopti
Tombouctou Gao Kidal
Bamako"))
mtext(paste(reg.txt), side=3, font=4, cex=1, adj=0)#, outer=T)
text(0, 5.35, "Region:", cex = 1, font=4, xpd=T)
text(0, -.5, "Sites:", cex=1.2,...