removeSOI: removeSOI

removeSOIR Documentation

removeSOI

Description

Removes SOI lists from an RHermesExp object

Usage

removeSOI(struct, id)

## S4 method for signature 'RHermesExp,numeric'
removeSOI(struct, id)

Arguments

struct

The RHermesExp object

id

The SOI lists to remove (indexes)

Value

An RHermesExp object without the SOI lists indicated by idx.

Author(s)

Roger Gine

Examples

if(FALSE){
myHermes <- removeSOI(myHermes, 2) #Remove the 2nd SOI list in the object
}

RogerGinBer/RHermes documentation built on Nov. 6, 2022, 11:34 a.m.