s-news
[Top] [All Lists]

simple plot question

To: <s-news@lists.biostat.wustl.edu>
Subject: simple plot question
From: "Kurbat, Matt" <Matt.Kurbat@kmv.com>
Date: Tue, 18 Jun 2002 21:57:34 -0700
Thread-index: AcIXFpR425juDuk1QUK2jdfOcBSvkQANgLdA
Thread-topic: [S] Plotting parametric survival curves
Dear Splus Users,

I would like to make a plot with no numbers on the x-axis at all
(but with numbers on the y-axis).  For example, I've tried the 
following, but it does not suppress numbers on the x-axis:

        xSeq<-1:8
        ySeq<-1:8
        plot(xSeq,ySeq)
        axis(1, ticks=F)

Does anyone have a suggestion?

Thank you for your help.

Best Regards,

Matt Kurbat


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