search for: jjvanhoutt

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

Did you mean: jjvanhoutte
2005 Jan 19
1
Should NEVER happen; please bug.report() [mkCLOSXP] (PR#7535)
I'm probably not using the function right, but anyway, the program said: "please bug.report." > w_R.f1=function(PR,Pc) return (Pc*PR^3) > > w_R.f2=function(PR,Pc) return (Pc*PR) > > w_R.fc=c(w_R.f1,w_R.f2) > w_R.fc[2] [[1]] function(PR,Pc) return (Pc*PR) > > RSD(type=3, + gparP=gpar(col="red"), + gparD=gpar(fill=FALSE,col=FALSE), +
2004 Dec 30
3
Error in layout(): Too many rows in layout
To display many small graphics one above the another (like Edward Tufte's sparklines), I'd like to use layout in the graphics package with more than 15 rows. I found that the limit of 15 is set by #define MAX_LAYOUT_ROWS 15 in https://svn.r-project.org/R/trunk/src/include/Graphics.h but I 'm not familiar enough with compilers to modify this. Thank you for all help Jeroen