Skip to content
Prev 29183 / 63424 Next

Error in "getClass" when calling the function "show"

showDefault has

     clDef <- getClass(class(object))

Looks like the showDefault code intended

     clDef <- getClass(class(object), .force=TRUE)

However, why are you calling show() on a non-S4 object?  I cannot see any 
advtanges in doing so.
On Tue, 10 Jun 2008, Laurent Gautier wrote: