Internal function: give a derived subclass to an object
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
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
x=rplus(1:10) x #gsi.addclass(x,"goofy")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.