[R] best way to plot a evolution in time

nana adriana_five at yahoo.co.uk
Fri Jun 25 07:56:10 CEST 2010


Hi everyone,
I have the following question:
given three objects let's say:
a <- c( 2 , 5, 15, 16)
b <- c(1 ,1, 8 , 8)
c <- c (10, 10 11 ,11)
m<-matrix(c(a,b,c),byrow=T,nrow=3)
rownames(m)<-c("gene a", 'gene b','gene c')
m
gene.dist<-dist(m,method='euclidian')
gene.dist
 which is the best way to plot their evolution in time? shoul I use a
levelplot or just a normal plot? if I use a normal plot how do I plot
evolution in time?

-- 
View this message in context: http://r.789695.n4.nabble.com/best-way-to-plot-a-evolution-in-time-tp2267993p2267993.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list