Skip to content
Back to formatted view

Raw Message

Message-ID: <Pine.SOL.4.44.0304071703030.16783-100000@timepilot.gpcc.itd.umich.edu>
Date: 2003-04-07T21:13:57Z
From: Thomas W Blackwell
Subject: Justifying only the X-label
In-Reply-To: <Pine.GSO.4.44.0304071158300.10457-201000@tvargas-u5.cisco.com>

Without trying to look at the attachment ... I think that
title(xlab= ) does NOT have the flexibility you want, but

  mtext("Time", side=1, line=2, at=range(x)[2], adj=1)

might be enough to plug the new label in wherever you want it.
If you're using some version of the basic  plot()  function to
create the plot in the first place, use argument xlab="" to
suppress the automatic axis label in the center of the axis.
See  help("mtext"), help("title"), etc.

-  tom blackwell  -  u michigan medical school  -  ann arbor  -

On Mon, 7 Apr 2003, 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
>