wireframe and margins
On Dec 23, 2012, at 9:43 AM, krusty the klown wrote:
Hi everybody, I'm working with wireframe (and persp) functions, and I'm not able to set the margins between the 3d plot and the R window... It should be easy, innit?, but I can't find out which parameters I have to change... Any help? Thanks, ktk
You can use the facilities provided by par for margin specification when using persp (a base gaphics function), but with wireframe you need to use methods based on grid graphics.
David Winsemius, MD Alameda, CA, USA