On Oct 6, 2009, at 11:42 PM, Ning Ma wrote:

Hi,

How can I put text in a figure which is not parallel to the axes,such
as along the line x=2y.
It seems that the function 'text' does not have such parameters.

What about srt?

 plot(1,1)
 text(0.8,0.8, "text test", srt=45)


thanks in advance

Ma

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

David Winsemius, MD
Heritage Laboratories
West Hartford, CT

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to