View source: R/rgl.bringtotop.R
rgl.bringtotop | R Documentation |
'rgl.bringtotop' brings the current RGL window to the front of the window stack (and gives it focus).
rgl.bringtotop(stay = FALSE)
stay |
whether to make the window stay on top. |
If stay
is TRUE
, then the window will stay on top
of normal windows.
not completely implemented for X11 graphics (stay not implemented; window managers such as KDE may block this action (set "Focus stealing prevention level" to None in Control Center/Window Behavior/Advanced)). Not currently implemented under OS/X.
Ming Chen/Duncan Murdoch
open3d()
points3d(rnorm(1000), rnorm(1000), rnorm(1000), color = heat.colors(1000))
rgl.bringtotop(stay = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.