[R] Justifying only the X-label

Jerome Asselin jerome at hivnet.ubc.ca
Mon Apr 7 22:35:28 CEST 2003


Use the title() function to write the x label.

plot(1,1,xlab="")
title(xlab="my x label name", adj=1)

Jerome

On April 7, 2003 12:01 pm, Tony Vargas wrote:
> In the attached plot, how do I move just the X-label(Time) to the right.
> Basically, I just want to do a par ( adj = 1) on just the X-label, not
> all my labels.  Any ideas how to accomplish this?
>
> Thanks,
>
> Tony
>
> Tony Vargas
> Cisco Systems
> Engineering Computing Services
> (408) 525-4113
> tvargas at cisco.com
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help



More information about the R-help mailing list