[R] Justifying only the X-label

Tony Vargas tvargas at cisco.com
Mon Apr 7 22:57:27 CEST 2003


Worked great . . . thanks for your help.

Tony

Tony Vargas
Cisco Systems
Engineering Computing Services
(408) 525-4113
tvargas at cisco.com

On Mon, 7 Apr 2003, Jerome Asselin wrote:

>
> 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