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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to