choice_c,ref_df-method {stacomiR} | R Documentation |
the choice_c method is intendedto have the same behaviour as choice (which creates a widget in the graphical interface) but from the command line. The parameters for dF are transformed to integer as the ref_df only takes integer in the df slots. DF are third in hierarchy in the stacomi database Station>ouvrage>DF>DC>operation. This class is only used in the report_df class.
## S4 method for signature 'ref_df' choice_c(object, df)
object |
an object of class ref_df-class |
df |
a character vector of df chosen |
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: win=gwindow() group=ggroup(container=win,horizontal=FALSE) object=new("ref_df") object<-charge(object) objectreport=new("report_mig_mult") choice_c(object=object,objectreport=objectreport,dc=1) ## End(Not run)