Skip to content
Prev 207768 / 398503 Next

Alt carachters in R

Tena koe Gepeto

Not sure if the following helps since you have not been very specific in
your question:

plot(1:10)
text(3,2,'*')
text(5,2,'*5')
text(4,2,'5*5')
text(4,5,'17\n4')
text(6,5,'17\\n4') 

Hei kona ra ...

Peter Alspach