Displaying 1 result from an estimated 1 matches for "pt1pg".
Did you mean:
t1pg
2003 Oct 16
3
indexing a particular element in a list of vectors
...op) to pull out the first element of all the
vectors contained in the list.
listOfVectors[1:length(listOfVectors][1]
doesn't work.
==========================
If you want more details..
Here is my listOfVectors which is called "uuu"
> uuu[order(uuu)]
[[1]]
[1] "pt1pg" "multi.expr"
[[2]]
[1] "1ng" "ml" "fluor.expr"
[[3]]
[1] "1pg" "ml" "fluor.expr"
[[4]]
[1] "10ng" "ml" "fluor.expr"
[[5]]
[1...