search for: rowcol

Displaying 5 results from an estimated 5 matches for "rowcol".

2008 Dec 13
2
What is "The Rails Way" to do this?
...=" + "></nobr> The JavaScript for "newAlt()" is: // using DOM create new input box for alternate part function newAlt() { var html = "<input style=''background-color:#FFFFCC'' "; html += "type=''text'' id=''rowcol'' name=''partalternate.0.altpartnumber'' "; html += "joinkey=''partid=<?=$partid?>'' "; html += "attrib=''unique'' size=''20'' "; html += "onChange=''cellTripolar(this)''...
2005 Aug 03
1
help for cell2nb and queencell in spdep package
...5 Number of nonzero links: 200 Percentage nonzero weights: 32 Average number of links: 8 > neigh[1] [[1]] [1] 2 5 6 7 10 21 22 25 Is there way to index each element of neigh[1], i.e., the first is 2, the second is 5, ... ? Could you also give me an example of the function "queencell(rowcol, nrow, ncol, torus=FALSE, rmin=1, cmin=1)"? What's a rowcol? Thanks, Xiaohua -- Xiaohua Dai, Dr. Centre for Systems Research, Durban Institute of Technology P.O.Box 953, Durban 4000, South Africa [[alternative HTML version deleted]]
2011 Jun 01
3
conversion of matrix into list
Dear all, I have a matrix X which consists of 2 columns. I would like to convert this matrix into a list where every entry of the list consists of a single row of the matrix. Does anyone have a suggestions how to manage this? Thank you for your efforts in advance! Best, Martin [[alternative HTML version deleted]]
2004 Jun 29
1
RE: [S] Different behaviour of unique(), R vs. Splus.
The source of the incompatibility: In S-PLUS 6.2: > methods("unique") splus splus menu splus "unique.data.frame" "unique.default" "unique.name" "unique.rowcol.names" In R-1.9.1: > methods("unique") [1] unique.array unique.data.frame unique.default unique.matrix Unless there's some sort of coordination (or even just separate effort) on either/both R Core and Insightful developers to make sure there's agreement on...
2012 Oct 01
2
Reading labels for very large heatmaps
Hello, I have a large (919 X 919), hierarchically clustered heatmap that I would like to read the labels off of. I have tried saving the figure in pdf format and enlarging it until I can see the labels, but if I make the labels small enough to read (so that they don't overlap) using cexRow and cexCol, they do not appear in the pdf. The limit seems to be anything below cexRow or Col = 0.06.