Hello Everyone,

I want to produce the following figure using R for my paper. But I don't how to produce this figure without overlapping labels in R. Does anybody help how to do that in plot function “plot ()”? There are other packages available to produce this figure but I am interested in plot function in R.

Here is my R script:

plot(SO~TO, xlim = c(0.4, 0.9), ylim=c(0.1, 0.5), col="green3", pch=19, cex=2,data=TOSO)

text(SO~TO, labels=X,data=TOSO, cex=0.8, font=1, pos=4)

Thank you in advance.

Himanshu

More Himanshu Shekhar Palei's questions See All
Similar questions and discussions