gsi.addclass | 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
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
x=rplus(1:10)
x
#gsi.addclass(x,"goofy")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.