Ternary diagram
Hello. Does anybody know how to use thigmophobe.labels from PLOTRIX? or any other function that voids the point labels to overlap? I am trying to make a ternary diagram with sediment data, but I got this problem and I have no idea how to solve it. Some point labels are overlapping. Maybe it's simple, but I a new R user...
That's an example of the code.
library ('rysgran')
data (camargo2001)
class.percent (camargo2001, mode="total")
percent <- class.percent(camargo2001, mode="total")
x<-percent[2:4]
rysgran.ternary(x, method = "pejrup", lang = "e", main="",
show.labels=FALSE, label.points=TRUE, axis.labels = NULL, show.names = TRUE,
cex.labels= 1, cex.points=0.9, show.legend=FALSE,
cex.axis=1, cex.names = 0.8, col.names = "blue", col = "blue",
col.labels= "black", col.axis= "black", col.lines= "black",
pch = 16, lty.grid = 10, pos=3)