[R] How to set the window size in rgl for full hd resolution

Duncan Murdoch murdoch.duncan at gmail.com
Wed Aug 17 11:21:32 CEST 2016


On 17/08/2016 12:30 AM, Atte Tenkanen wrote:
> Hi,
>
> How can open the window for rgl to use it in making full HD -videos, in
> which the resolution is 1920 x 1080?


Your video card or OS might not support that size, but if they do, this 
is how:

r3dDefaults$windowRect = c(0,0,1920,1080)
open3d()

Duncan Murdoch



More information about the R-help mailing list