alexandre.maurel at gmail.com
2009-Oct-21 15:35 UTC
[Rd] Division by zero on window resized (PR#14019)
Full_Name: Alexandre Maurel Version: 2.9.2 OS: winXP Submission from: (NULL) (83.113.31.36) I am running R.dll from Dolphin Smalltalk using Rf_initEmbeddedR(argc, argv); ... ... when I run the following : a = matrix(c(1,2,3,4),c(2,3,3,3)) heatmap(a) everything seems to work correctly, but when I resize the window I get a division by zero error. Note that if I run : a=c(1,2,3,4,5) plot(a) everything works correctly and the window can be resized without any problem.