Displaying 2 results from an estimated 2 matches for "phaeo".
2011 Jul 17
1
creating a matrix of ranked column data
...les taken at sea (e.g., 19 samples
(rows), 19 variables)
I can calc. the rank individually from each column of the attached object.
How can I create a matrix that contains the ranked data for each variable
(either 1-19, ties=avg)?
For example:
>gom<-read.csv ("gomdata.csv")
>rank(Phaeo)
[1] 3.5 1.0 2.0 5.0 15.0 19.0 12.0 7.0 3.5 13.0 17.5 9.0 6.0 14.0
16.0
[16] 11.0 9.0 9.0 17.5
I'd like to return an object (e.g., "gomr <-" ) that has each column
individually ranked (for data normalization, btw).
[[alternative HTML version deleted]]
2007 Dec 29
3
tcltk again
Hello,
the admonition of Prof. Ripley to search the documentation to solve my problem
helped, today I read a lot more on Tcl/Tk than before ;-)
But now I'm stuck again. With the help of my script some functions are plotted
on the display, then I ask if the user wants to save it as pdf. In windows I
use winDialog and it works. But I can't succeed in Linux. In short: