radiogrid: Grid of Radio Buttons

View source: R/tk.r

radiogridR Documentation

Grid of Radio Buttons

Description

Construct a grid of radio buttons to select from a range of options that are common to many items.

Usage

radiogrid(parent, label, rows, choices, initial = 1, label.rows = TRUE)

Arguments

parent

the parent window

label

the label for the enclosing frame

rows

the labels for the rows/items

choices

the labels for the columns/choices

initial

the initial selection

label.rows

whether to label rows

Value

Returns an object of class radiogrid with elements

window

the widget

selected

function that returns the state of the radiobuttons

state

the tclVars representing the state of the radiobuttons


SWotherspoon/QPress documentation built on Sept. 26, 2022, 2:27 a.m.