search for: madeup

Displaying 2 results from an estimated 2 matches for "madeup".

2011 Jul 06
1
question about getting things out of an lapply
Dear R-help subscribers, I have a quite stupid question about using lapply. I have the following function: create.gradient <- function(i){ colorgrad01<-color.scale(seq(0,1,by=0.01), extremes=c("red","blue")) tree1$edge[i,1] -> x tree1$edge[i,2] -> y print(x) print(y) all2[x] -> z all2[y] -> z2 round(z, digits = 2) -> z round(z2, digits = 2) -> z2
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...bar.addEventListener(MouseEvent.CLICK, updateHostChart); + bar.addEventListener(MouseEvent.CLICK, + selectClickedBar); + bar.x = currentBarPosition; if (makeup > 0 && i % makeup == 0 && madeup < shortfall) { bar.width = bar.width + 1; @@ -295,14 +345,15 @@ package org.ovirt.charts { //add a 'tick' in the center of the bar to which this label //corresponds var ind:Box = new Box(); - ind.opaqueBackground = 0x000000;...