Skip to content
Prev 261608 / 398502 Next

weird error from MASS::eqcsplot with postscript driver

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 need to specify "height" and 
"width".

     cheers,

             Rolf Turner
On 02/06/11 07:17, Michael Friendly wrote: