Re: [R] Changing the direction of axis labels on a plot

2011-02-03 Thread Longe
On 02/03/2011 01:57 PM, Peter Alspach wrote: Tena koe ?par and check the las argument. HTH Peter Alspach Thank you, Peter, and also David and William. The las argument indeed helps in setting the tick labels horizontally. Beautiful! But how do I rotate also the axis label, which i

[R] Changing the direction of axis labels on a plot

2011-02-03 Thread Longe
Dear list, Plots generated with the plot command have labels on the vertical y axis rotated counterclockwise. How do I specify that they should be positioned horizontally (I mean each label should read from left to right)? Thank you. L. __ R-help@

[R] Question about histogram

2011-01-13 Thread Longe
Dear list, I'm new to R, please bear with my silly questions. I'm trying to get an understanding of why the results I get from a call to hist() are not as I thought I would get. When I use the parameter freq=FALSE, I think the plot will contain bars that none of them is larger than 1, becaus