Skip to content
Back to formatted view

Raw Message

Message-ID: <200505111350.30564.deepayan@stat.wisc.edu>
Date: 2005-05-11T18:50:30Z
From: Deepayan Sarkar
Subject: wireframe (reloaded): how to remove the frame around my plot?
In-Reply-To: <Pine.LNX.4.58.0505111927220.16663@kika.intellektik.informatik.tu-darmstadt.de>

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