search for: logical_valu

Displaying 5 results from an estimated 5 matches for "logical_valu".

Did you mean: logical_value
2016 Sep 23
2
Undocumented 'use.names' argument to c()
In S-PLUS 3.4 help on 'c' (http://www.uni-muenster.de/ZIV.BennoSueselbeck/s-html/helpfiles/c.html), there is no 'use.names' argument. Because 'c' is a generic function, I don't think that changing formal arguments is good. In R devel r71344, 'use.names' is not an argument of functions 'c.Date', 'c.POSIXct' and 'c.difftime'. Could
2016 Sep 23
2
Undocumented 'use.names' argument to c()
....funs.c: > 405 S_unlist(vector *ent, vector *arglist, s_evaluator *S_evaluator) > 406 { > 407 int which = sys_index; boolean named, recursive, names; > ... > 419 args = arglist->value.tree; n = arglist->length; > ... > 424 names = which==2 ? logical_value(args[--n], ent, S_evaluator) > : (which == 1); > > Thus there is no historical reason for giving c() the use.names argument. > > > Bill Dunlap > TIBCO Software > wdunlap tibco.com > > On Fri, Sep 23, 2016 at 9:37 AM, Suharto Anggono Suharto Anggono via > R-devel &l...
2016 Sep 23
0
Undocumented 'use.names' argument to c()
...gument was considered special. Sys.funs.c: 405 S_unlist(vector *ent, vector *arglist, s_evaluator *S_evaluator) 406 { 407 int which = sys_index; boolean named, recursive, names; ... 419 args = arglist->value.tree; n = arglist->length; ... 424 names = which==2 ? logical_value(args[--n], ent, S_evaluator) : (which == 1); Thus there is no historical reason for giving c() the use.names argument. Bill Dunlap TIBCO Software wdunlap tibco.com On Fri, Sep 23, 2016 at 9:37 AM, Suharto Anggono Suharto Anggono via R-devel <r-devel at r-project.org> wrote: > In S-PL...
2016 Sep 25
1
Undocumented 'use.names' argument to c()
...tor *S_evaluator) >>> 406 { >>> 407 int which = sys_index; boolean named, recursive, names; >>> ... >>> 419 args = arglist->value.tree; n = arglist->length; >>> ... >>> 424 names = which==2 ? logical_value(args[--n], ent, S_evaluator) >>> : (which == 1); >>> >>> Thus there is no historical reason for giving c() the use.names argument. >>> >>> >>> Bill Dunlap >>> TIBCO Software >>> wdunlap tibco...
2016 Sep 23
0
Undocumented 'use.names' argument to c()
...ist(vector *ent, vector *arglist, s_evaluator *S_evaluator) >> 406 { >> 407 int which = sys_index; boolean named, recursive, names; >> ... >> 419 args = arglist->value.tree; n = arglist->length; >> ... >> 424 names = which==2 ? logical_value(args[--n], ent, S_evaluator) >> : (which == 1); >> >> Thus there is no historical reason for giving c() the use.names argument. >> >> >> Bill Dunlap >> TIBCO Software >> wdunlap tibco.com >> >> On Fri, Sep 23, 2016 at 9:37 AM, Suharto Ang...