Displaying 1 result from an estimated 1 matches for "__obj__".
Did you mean:
__obj
1997 Aug 15
1
R-alpha: (minor?) S-R inconsistency: NULL =~= list() -- useful is.ALL function
...print" method
)
is.ALL <- function(obj, func.names = ls("library:base"),
not.using = c("is.single", "is.na.data.frame", "is.loaded"),
true.only = FALSE)
{
## Purpose: show many 'attributes' of R object __obj__
## -------------------------------------------------------------------------
## Arguments: obj: any R object
## -------------------------------------------------------------------------
## Author: Martin Maechler, Date: 6 Dec 96, 15:23
is.fn <- func.names[substring(func.names,1,3) ==...