Skip to content
Back to formatted view

Raw Message

Message-ID: <Pine.GSO.4.44.0304071357200.10983-100000@tvargas-u5.cisco.com>
Date: 2003-04-07T20:57:27Z
From: Tony Vargas
Subject: Justifying only the X-label
In-Reply-To: <200304072040.NAA17874@hivnet.ubc.ca>

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