Thanks alot On Sun, Oct 19, 2008 at 8:38 PM, Deepayan Sarkar <[EMAIL PROTECTED]>wrote:
> On 10/17/08, Chibisi Chima-Okereke <[EMAIL PROTECTED]> wrote: > > Dear all, > > > > Does anyone know how to overlay a 3d line on a wireframe plot? > > See > > > http://lmdvr.r-forge.r-project.org/figures/figures.html?chapter=13;figure=13_07 > ; > > > I would also > > like to be able to keep the legend that you get when using the option: > > > > drape = TRUE > > > > when using the option: shade = TRUE. > > The colors used when shade = TRUE are not completely defined by > height, so such a legend does not make sense. You can get an arbitrary > color key by providing a suitable colorkey argument (i.e., colorkey = > list(col=..., at=...), etc.). > > > In addition, I would like to know how to keep the axes while getting rid > of > > the box, I use this: > > > > par.box = list(col = NA) > > > > to get rid of the box but that also causes the axes to disappear. > > ?wireframe has an example (using cloud, but the same idea applies). > > -Deepayan > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.