Skip to content

Alt carachters in R

2 messages · gepeto, Peter Alspach

#
Hi all,

I am trying to use and place in a graph some alt characters such as
"*".. Could you help me?
Thanks
#
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