[R] wireframe and margins
David Winsemius
dwinsemius at comcast.net
Sun Dec 23 19:28:47 CET 2012
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
More information about the R-help
mailing list