Displaying 1 result from an estimated 1 matches for "689375".
Did you mean:
  669375
  
1999 Mar 10
2
.Alias and memory
In an effort to encapsulate my dependence on class in order to deal with
oldclass/class in Splus  I defined the functions
   tfclass     <- class
  "tfclass<-" <- function(x, value){ class(x) <- value ; x }
and also the function
 classed <- function(x, cls) {class(x) <- cls; x}
This last allows me to end a function definition with
  ...
  classed(somecalc,