wireframe (reloaded): how to remove the frame around my plot?
On Wednesday 11 May 2005 12:35, Marco Chiarandini wrote:
Hello,
I would like to remove the frame from wireframe, but that one only.
I am currently doing
trellis.par.set("axis.line",list(col=NA,lty=1,lwd=1))
but this has the flaw that also the tick lines of the axes disapper.
I should add a separate setting for the default cloud/wireframe scales. For now, you should get what you want with wireframe(volcano, scales = list(col = 1, arrows = FALSE)) Deepayan