[R] wireframe question

Simon Blomberg Simon.Blomberg at anu.edu.au
Wed Jul 16 08:21:20 CEST 2003


try

wireframe(z ~ x * y, data, drape=T, colorkey=F, scales=list(arrows=FALSE))

see the help for scales under ?xyplot for other goodies.

Cheers,

Simon.

Simon Blomberg, PhD
Depression & Anxiety Consumer Research Unit
Centre for Mental Health Research
Australian National University
http://www.anu.edu.au/cmhr/
Simon.Blomberg at anu.edu.au  +61 (2) 6125 3379


> -----Original Message-----
> From: J Ireland [mailto:mr_james_ireland at sbcglobal.net]
> Sent: Wednesday, 16 July 2003 3:53 PM
> To: r-help at stat.math.ethz.ch
> Subject: [R] wireframe question
> 
> 
> Hi,
>  
> I'm probably being dense, but could somebody tell me how I 
> can get tick marks on the axes of my wireframe plot to show up?
>  
> This gets me a beautiful looking plot, but no ticks:
> 
> wireframe(z ~ x * y, data, drape=T, colorkey=F)
> 
> Thanks in advance,
> 
>  -James
> 
>  
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>




More information about the R-help mailing list