rp.pos {rpanel}R Documentation

Positioning controls in an rpanel

Description

This function provides demonstrations of the use of the pos argument in functions to create controls.

Usage

rp.pos(layout="default")

Arguments

layout

the type of panel layout to be demonstrated. Valid options are "default", "pack", "place" and "grid".

Details

The various functions to create controls accept a parameter called pos which can be used to specify the layout of the controls. It has various modes of operation and the mode is determined from the type of information provided in the pos argument. The different modes are outlined below.

The example below illustrates the use of pos. Try resizing the windows to explore the behaviour.


[Package rpanel version 1.1-5.2 Index]