ref_choice-class {stacomiR} | R Documentation |
Class 'ref_choice'
Description
ref_choice referential class allows to choose within several values with radiobuttons interface
Slots
listechoice
A character vector giving possible choices
label
A character, title of the box giving the possible choices
selected
An
Integer
the initial selected value (as an index), first=1 used in gradio
Objects from the Class
Objects can be created by calls of the form
new('ref_choice', listechoice=character() ,label=character()
,selected=integer())
.
Author(s)
cedric.briand@eptb-vilaine.fr
See Also
Other referential objects:
charge,ref_choice-method
,
ref_coe-class
,
ref_dc-class
,
ref_df-class
,
ref_horodate-class
,
ref_list-class
,
ref_par-class
,
ref_parqual-class
,
ref_parquan-class
,
ref_stage-class
,
ref_taxa-class
,
ref_year-class
[Package stacomiR version 0.6.1 Index]