I am trying to find a way to reduce the space between letters in a plot when i use the text function...
par(mar=rep(0,4))
plot.new()
text(0.5,0.8,"text", cex=8)
I want to have almost no space between each letters, or the option for overlapping (as in the bottom of the plot below...I did this by hand in MS paint).