s-news
[Top] [All Lists]

[S] text() question

To: s-news@wubios.wustl.edu
Subject: [S] text() question
From: bpeterson@ccstat.mc.duke.edu
Date: Thu, 21 Oct 1999 11:29:51 EST5EDT4,M4.1.0,M10.5.0
Sender: owner-s-news@wubios.wustl.edu
I am trying to enter some text onto a plot 
with the following commands:

x<- rep(1,3)
y<- c(.4, .5, .6)
z<- c("Arm 1", "Arm 2", "Number at Risk")
text(x,y,z)

and it comes out looking like this:

     Number at Risk
        Arm 1
        Arm 2

i.e., each row is centered instead of left-justified. 

How do I get my text to left-justify, please?

Thanks a lot,
Bercedis Peterson
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu.  To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message:  unsubscribe s-news

<Prev in Thread] Current Thread [Next in Thread>