type
?text
in the command
I have created a plot in R and I put a text on it using the following commands:
> plot(x,f(x))
> text(x1,y1,"myText")
How can I change the font of "myText"? (Actually, I want to use True Type Fonts in my computer in my plot.)
type
?text
in the command
In the long run, we're all dead.
demo(Hershey)
will give you a list of available fonts
|
|