Re: [R] how to set chart output size in rgl (surface3d)?

2011-02-16 Thread cuass
You can put the following at the beginning library(rgl) r3dDefaults$windowRect <- c(0,50, 700, 700) -- View this message in context: http://r.789695.n4.nabble.com/how-to-set-chart-output-size-in-rgl-surface3d-tp2066054p3309628.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] how to set chart output size in rgl (surface3d)?

2010-08-20 Thread Karl Brand
Hi Mandy and esteemed R users, I'm searching for the functions you used to produce the shaded bounding box (and axis for that matter) of the plot image* attached to your orginal post. Would you or anyone else be patient enough to post an example of such code or point me to the relevant funct

Re: [R] how to set chart output size in rgl (surface3d)?

2010-04-30 Thread Mandy Xu
i tried using your suggestion but still can't manipulate the dimensions such that the chart fills the whole window. i've attached the picture i get when i tried your suggested method. as you can see, there's still a lot of white space around it. is there anyway i can: a) output to png ONLY the 3d

Re: [R] how to set chart output size in rgl (surface3d)?

2010-04-30 Thread Duncan Murdoch
On 30/04/2010 9:01 PM, Mandy Xu wrote: i tried using your suggestion but still can't manipulate the dimensions such that the chart fills the whole window. i've attached the picture i get when i tried your suggested method. as you can see, there's still a lot of white space around it. is there an

Re: [R] how to set chart output size in rgl (surface3d)?

2010-04-30 Thread Mandy Xu
i tried using your suggestion but still can't manipulate the dimensions such that the chart fills the whole window. i've attached the picture i get when i tried your suggested method. as you can see, there's still a lot of white space around it. is there anyway i can: a) output to png ONLY the 3d

Re: [R] how to set chart output size in rgl (surface3d)?

2010-04-26 Thread Duncan Murdoch
Mandy Xu wrote: Hi R users, Does anyone know how to change the size of 3d charts? I'm using surface3d in rgl package, opening a new window each time to display the chart. I want it so that the chart fills the whole window, because when I output it to png, I don't want all the white space around

[R] how to set chart output size in rgl (surface3d)?

2010-04-26 Thread Mandy Xu
Hi R users, Does anyone know how to change the size of 3d charts? I'm using surface3d in rgl package, opening a new window each time to display the chart. I want it so that the chart fills the whole window, because when I output it to png, I don't want all the white space around the chart (right n