Displaying 1 result from an estimated 1 matches for "279ff".
Did you mean:
279f
2006 Aug 28
2
S4 classes and objects -- fixed structure? No...
...bject":
> tr[ "blaa" ]
> etc.
You see what can happen if you decide to do a bit stress testing. The
question is not whether my examples makes sense or not. The question is if
these examples should be possible at all.
I wonder which is true,
-- the theory (Chambers, 1998, p. 279ff; Venables and Ripley, 2000, p. 99ff:
"... All objects in a [S4] class must have the same structure. ..."; etc.)
-- or the actual implementation in R (see my example, which successfully
violates the design principles of the language)
Bug, or feature? Any clarifications are appreciated --...