search for: richrd

Displaying 1 result from an estimated 1 matches for "richrd".

Did you mean: richard
2005 Nov 21
1
how to plot a list in graphs
hi all, I have a matrix and named each row and column as like below... a<-matrix(c(seq(3,45,3),seq(10,6,-1)),4,5,byrow=F) > col<-c("peter","david","richrd","vincent","selva") > rows<-c("julius","caeser","anja","maya") > dimnames(a)<-list(rows,col) > a peter david richrd vincent selva julius 3 15 27 39 9 caeser 6 18 30 42 8...