Displaying 1 result from an estimated 1 matches for "270576".
Did you mean:
270276
2002 Jun 24
1
problems with assigning a class to an environment
I was surprised to find that calling str() on an environment can remove
attributes from it, as in
> a <- new.env()
> class(a) <- "jens"
> class(a)
[1] "jens"
> str(a)
Class 'jens' length 0 <environment>
> class(a)
NULL
then I found in the R-Language-Manual in chapter 2.1.10 Environments the
sentence:
"In particular, assigning