Displaying 1 result from an estimated 1 matches for "defaultprototype".
2006 Jul 03
0
S4 object type available for testing
...until a new setClass() call.
2. Classes that contain any of the basic R object types ("character",
"function", etc.) are unaffected by the change. Their prototype objects
will still have the inherited basic type, as they should.
3. To see what the current prototype is, use defaultPrototype(). If the
new type is on you should see:
> defaultPrototype()
<S4 Type Object>
4. Not directly related, but some changes have been made to make
automatic printing of S4 objects correspond more closely to a call to
show(), as per the green book.
John