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 -- View this message in context: http://r.789695.n4.nabble.com/wireframe-and-margins-tp4653838.html Sent from the R help mailing list archive at Nabble.com.
wireframe and margins
4 messages · krusty the klown, David Winsemius
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
Thanks, I'm setting now the mai parameter, but it is not so intuitive how it works with persp... -- View this message in context: http://r.789695.n4.nabble.com/wireframe-and-margins-tp4653838p4653865.html Sent from the R help mailing list archive at Nabble.com.
On Dec 24, 2012, at 1:30 AM, krusty the klown wrote:
Thanks, I'm setting now the mai parameter, but it is not so intuitive how it works with persp...
Sometimes specialized functions will coerce par options and one needs to work around of hack the code. I don't know if this is the case in this instance. I only gave a general bit of advice (which you then left out of the context) since you provided no example to work with.
David Winsemius Alameda, CA, USA