.rp.layout(rpanel)R Documentation

Choose the layout for widgets.

Description

This sets the layout for widgets having added them to the window. This is an internal function and a public one is in development.

Usage

.rp.layout(widget, pos, default=NULL)

Arguments

widget The widget to apply the layout to.
pos The position of the widget. Values include; NULL (take space available), "default_left_align", "left", "right", "top", "bottom" or as a vector with four values for x, y, width and height in that order.
default Overrides pos should it be NULL.

Value

None returned.

References

rpanel: Simple interactive controls for R functions using the tcltk library (http://www.stats.gla.ac.uk/~adrian/research-reports/rpanel.ps)


[Package rpanel version 1.0-1 Index]