extract-methods function

Get/set methods for SaemixData object

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

Arguments

  • x: object
  • i: element to be replaced
  • j: element to replace with
  • drop: whether to drop unused dimensions
  • value: value to replace with
  • Maintainer: Emmanuelle Comets
  • License: GPL (>= 2)
  • Last published: 2024-03-05

Useful links