Re: [R] weird error from MASS::eqcsplot with postscript driver

2011-06-01 Thread Rolf Turner
The problem is the ``paper="special" '' specification in your eps() function. This makes par("pin"), which eqcsplot() uses in its calculations, undefined. The ``value'' thus produced is: [1] NaN NaN Which makes perfect sense if you think about it. If you're going to use paper=special, you n

[R] weird error from MASS::eqcsplot with postscript driver

2011-06-01 Thread Michael Friendly
[Env: R 2.12.2, Win XP] I'm creating figures using MASS::eqcsplot to provide equal scaling of the axes. My figures work OK when I plot to the screen, but when I try to do the same plot as a postscript file, I get an unexplicable error, > figframe() Error in if (yuin > xuin * ratio) yuin <- x