gsi.addclass {compositions} | R Documentation |
This function just extends the class of an object by the given class.
gsi.addclass( x , cls)
x |
The object |
cls |
the new additional class |
The object x with additional class attached.
Do not use gsi.* functions directly since they are internal functions of the package
gsi.addclass(1:10,"goofy")