[R] combining data from different datasets
Dr Eberhard W Lisse
el at lisse.na
Sun Oct 26 08:47:15 CET 2008
Yes, it does. Thanks.
el
On 25 Oct 2008, at 03:32 , Steven McKinney wrote:
> If you are using regular R graphs
> (i.e. not lattice or other library
> graphics) try setting the margins
> with the mar argument to par()
>
> e.g.
> par(mar = c(5, 10, 5, 1))
>
> The four numbers specify the amount
> of margin room on the bottom, left, top, right
> respectively. Set the left margin value large
> enough to give your labels enough room.
>
>
> HTH
>
>
> Steven McKinney
More information about the R-help
mailing list