PROTECTED]
Namens Paul Hammer
Verzonden: maandag 7 april 2008 11:44
Aan: r-help@r-project.org
Onderwerp: [R] sorting matrix for rownames
hi members,
i tried to sort my whole matrix X for its rownames. the rownames are
unsorted id numbers:
i tried it with sort(rownames(X)) or order(rownames(X
Did you mean:
> x<-matrix(runif(16),4,4,dimnames=list(sample(letters[1:4]),NULL))
> x
[,1] [,2] [,3] [,4]
a 0.5132191 0.09121766 0.9470733 0.6311042
d 0.3621340 0.43193846 0.8536142 0.9286477
c 0.8597558 0.48168800 0.2845544 0.4108180
b 0.4767520 0.72526768 0.2105142 0.667
hi members,
i tried to sort my whole matrix X for its rownames. the rownames are
unsorted id numbers:
i tried it with sort(rownames(X)) or order(rownames(X)) but then i get
only a vector of the rownames:(...
any suggestions?
thanks
paul
__
R-help@
3 matches
Mail list logo