Get/set methods for SaemixData object
Access slots of an SaemixData object using the object["slot"] format methods
## S4 method for signature 'SaemixData' x[i, j, drop] ## S4 method for signature 'SaemixRepData' x[i, j, drop] ## S4 replacement method for signature 'SaemixRepData' x[i, j] <- value ## S4 method for signature 'SaemixSimData' x[i, j, drop] ## S4 replacement method for signature 'SaemixSimData' x[i, j] <- value ## S4 replacement method for signature 'SaemixRes' x[i, j] <- value
x
: objecti
: element to be replacedj
: element to replace withdrop
: whether to drop unused dimensionsvalue
: value to replace withUseful links