On Mar 14, 2012, at 5:30 PM, Michael wrote:

How do I change the tick text on the x-axis of a plot and rotate them 90
degree?

labs

[1] "[-0.185,-0.0997]" "(-0.0997,-0.0549]" "(-0.0549,-0.0293]"

[4] "(-0.0293,-0.00948]" "(-0.00948,0.00534]" "(0.00534,0.0178]"

[7] "(0.0178,0.035]" "(0.035,0.0566]" "(0.0566,0.0932]"
[10] "(0.0932,0.183]"

I want to be able to change the tick labels of the x-axis of the following
plot

plot(1:10)

to those texts in "labs"

?axis


and rotate them 90 degree...

?par

It remains possible that you will learn to post from gmail in plain text _and_ to post your objects using dput.

--

David Winsemius, MD
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