Skip to content
Prev 78046 / 398502 Next

multiple plots on same x axis

Hi

You can use e.g. plot - points construction

plot(Day, gene1)
points(Day, gene2, col=2)

see
?points
?lines

You also need to set appropriate y range by ylim argument to first 
plot. And if you used search facility in CRAN and asked it

multiple plots on same x axis

you would have got many other posibilities for your question.

HTH
Petr
On 27 Sep 2005 at 15:34, IAIN GALLAGHER wrote:
Date sent:      	Tue, 27 Sep 2005 15:34:53 +0100 (BST)
From:           	IAIN GALLAGHER <iaingallagher at btopenworld.com>
To:             	r-help at stat.math.ethz.ch
Subject:        	[R] multiple plots on same x axis
Petr Pikal
petr.pikal at precheza.cz