funmisc: Miscellaneous functions for p3d

funmiscR Documentation

Miscellaneous functions for p3d

Description

A collection of functions to support the pacakge p3d

Usage

fg(stay = TRUE)

Arguments

stay

if TRUE the rgl window covers other windows until killed or fg(FALSE) is given. Also, Id3d terminates the status of the win

Details

fg() is an abbreviation for rgl.brintotop(stay=TRUE) since the command is generally needed in presentations where brevity is a virtue. An alternative in presentations is to use the "Always on Top" program that works under Windows: Ctrl-Space keeps the active window on top. Issuing Ctrl-Space again while it is active allows it to revert to normal behaviour.

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (stay = TRUE) 
rgl.bringtotop(stay = stay)

gmonette/p3d documentation built on Nov. 16, 2023, 11:31 p.m.