I’m working with StatEt in Eclipse. The built-in
graphic device of StatEt generally works very well
and is of big use (big thanks to the developpers).
But when I start a plot with the windows() function
to set the size (width & height) of the new window,
this window will be opened by R outside StatEt &
R crashes.
Anybody an idea what the problem could be?
I’m working with StatEt in Eclipse. The built-in graphic device of StatEt generally works
Share
Problem solved: Use
dev.new()instead ofwindows()!