removeSOI | R Documentation |
Removes SOI lists from an RHermesExp object
removeSOI(struct, id) ## S4 method for signature 'RHermesExp,numeric' removeSOI(struct, id)
struct |
The RHermesExp object |
id |
The SOI lists to remove (indexes) |
An RHermesExp object without the SOI lists indicated by idx.
Roger Gine
if(FALSE){ myHermes <- removeSOI(myHermes, 2) #Remove the 2nd SOI list in the object }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.