search for: r38872

Displaying 1 result from an estimated 1 matches for "r38872".

2006 Sep 05
4
Two submitted packages
...data=tmp, ylim=c(1.5,4.5), panel=function(x,y, ...) { cpv <- current.viewport() cpv$clip <- "off" pushViewport(cpv) panel.xyplot(x, y, ...) popViewport() }) ## R version 2.4.0 Under development (unstable) (2006-08-14 r38872) ## gives the error message Error in grid.Call.graphics("L_setviewport", pvp, TRUE) : LOGICAL() can only be applied to a 'logical', not a 'character' > ## Question 1. How do I place a trace() on grid.Call.graphics to make ## it stop and give me a traceback....