| radiogrid | R Documentation | 
Construct a grid of radio buttons to select from a range of options that are common to many items.
radiogrid(parent, label, rows, choices, initial = 1, label.rows = TRUE)
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  | 
Returns an object of class radiogrid with elements
 | 
 the widget  | 
 | 
 function that returns the state of the radiobuttons  | 
 | 
 the tclVars representing the state of the radiobuttons  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.