[R] how to make the tick character in Y-axis to be horizontal?
Jim Lemon
jim at bitwrit.com.au
Sat Oct 10 09:46:20 CEST 2009
On 10/10/2009 11:41 AM, Jie TANG wrote:
> hello ,every one ,
> I draw a figure as shown in appendix A,
> The tick characters in the Y-axis is arranged in the vertical
> direction.Now I want to arranged the Y-axis tick in the horizontal
> direction.
>
> How could I do ,then?
>
Hi Jie,
Try this:
par(las=1)
# then do your plot
Jim
More information about the R-help
mailing list