Re: [R] [FORGED] How to remove the grid around the plot(ca(...)) function?

2015-10-09 Thread Luca Meyer
That worked just fine. Thanks Paul! Luca 2015-10-09 0:11 GMT+02:00 Paul Murrell : > Hi > > The plot.ca() function contains explicit calls to axis(), box(), and > abline(), so, for example, ... > > plot(ca(d1), mass = c(TRUE,FALSE), xlab="", ylab="", axes=FALSE) > > ... does not work. > > One o

Re: [R] [FORGED] How to remove the grid around the plot(ca(...)) function?

2015-10-08 Thread Paul Murrell
Hi The plot.ca() function contains explicit calls to axis(), box(), and abline(), so, for example, ... plot(ca(d1), mass = c(TRUE,FALSE), xlab="", ylab="", axes=FALSE) ... does not work. One option is draw-it-yourself (as suggested by David Carlson), another option is to copy the function