[R] Cut breaks in descending order

2015-04-03 Thread Wing Keong Lew
west=T) tbl     x ascending descending 1   0        <3        >9 2   1        <3        >9 3   2        <3        >9 4   3        <3        >9 5   4       4-5       6-8 6   5       4-5       6-8 7   6       6-9       4-5 8   7       6-9       4-5

[R] A question about pairs()

2008-10-30 Thread Ian Sue Wing
l terminates with the following error: Error in if (panel.number() == 4) dist <- lines(density(col.cor.mat[, : argument is of length zero I thought I could address panels in this way using the panel.number() function. I would very much appreciate it if someone could let me know what

[R] JGR not launch for non-root user

2008-10-17 Thread wing
Hi there, I am a newbie to R and just installed R 2.7.2 and JGR. As root, JGR launch successfully both in R or by a launcher (a script in shell), but it not works for non-root user. What's the cause of this issue? sudo update-java-alternatives -s java-6-sun sudo R CMD javareconf sudo R instal