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" and rotate them 90 degree... How to do that? Thanks a lot! [[alternative HTML version deleted]] ______________________________________________ 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.