Message-ID: <20050927143453.13395.qmail@web86709.mail.ukl.yahoo.com>
Date: 2005-09-27T14:34:53Z
From: Iain Gallagher
Subject: multiple plots on same x axis
Hi.
I have two vectors of gene expression for each of
several days. I want to plot both vectors on the same
plot for a visual representation of up versus down
regulation. I've tried using add=T but that doesn't
work.
eg
>plot(Day, gene1)
>plot(Day, gene2, add=T)
Any help would be appreciated.
Iain