choice_c,ref_timestep_daily-method | R Documentation |
the choice_c method is intended to have the same behaviour as choice (which creates a widget in the graphical interface) but from the command line.
## S4 method for signature 'ref_timestep_daily'
choice_c(object, datedebut, datefin)
object |
An object of class ref_timestep_daily-class |
datedebut |
A character (format |
datefin |
A character |
An S4 object of class ref_timestep_daily-class with date selected
Cedric Briand cedric.briand@eptb-vilaine.fr
## Not run:
object=new('ref_dc')
object<-charge(object)
choice_c(object=object,datedebut='2012-01-01',datefin='2013-01-01')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.