search for: textloc

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

2003 Aug 21
2
levelplot behaviour for panel with constants
In the example: x = rep(c(0,0,1,1),4) y = rep(c(0,1,0,1),4) z = c(1,0,1,0,0,0,1,1,0,1,0,0,1,1,1,1) f = as.factor(c(rep("a",4),rep("b",4),rep("c",4),rep("d",4))) levelplot(z~x+y|f,data.frame(x=x,y=y,z=z,f=f)) I noted that the last ("d") plot remains empty. I guess the reason for this is that the values are constant (1), but I consider it more
2003 Sep 11
1
Customised legend in lattice
Hi List, Am trying to customize a legend in trellis: Draws 2x5 lines in 5 colors and 2 linetypes. I would like to add two more items to the legend showing the key for the line types above the colored legend. Any suggestions welcome - thanks Herry ############################# #Following example code: library(gregmisc) trellis.device(bg="white") i1=0 i2=-1.89767506 i3=-1.17087085
2007 Oct 26
1
Use of all/any
...res of times in the R sources. Since the value of grep() is an integer vector of positive indices, this is equivalent to length(grep(pattern, x)) > 0 and when used in a if() condition the '> 0' is not needed. Some warnings are common from other packages: one is Warning in any(textLocations) : coercing argument of type 'double' to logical from lattice (and Deepayan Sarkar will fix that shortly). Quite a few others looked familiar but are the result of package authors copying code from base R or other packages: if you do that you do need to copy the bugfixes too....
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...0498 0 0.01 50465 0 0.01 50465 testbench.ll 1 8198 0 0.01 8172 0 0.01 8172 test_indvars.ll 2 11043 0 0.01 11031 0 0.01 11031 test.ll 7 16845 0 0.01 16826 0 0.01 16826 testloop.ll 1 49203 0 0.01 49170 0 0.01 49170 TestLoop.ll 2 3938 0 0.01 3929 0 0.01 3929 testtrace.ll 3 7048 0 0.01 7036 0 0.01 7036 textloc.ll 13 155311 0 0.02 155289 0 0.02 155289 tf.ll 7 10532 0 0.01 10503 0 0.01 10503 tg.ll 2 22589 0 0.01 22560 0 0.01 22560 tgood.ll 9 106366 0 0.02 106335 0 0.01 106335 threading.ll 0 452 0 0.01 423 0 0.01 423 Threads.ll 17 20611 1 0.01 19977 1 0.01 19977 throw_rethrow_test.ll 5 14502 0 0.01 14483 0...