[ | R Documentation |
Access slots of an SaemixData object using the object["slot"] format
## 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 |
object |
i |
element to be replaced |
j |
element to replace with |
drop |
whether to drop unused dimensions |
value |
value to replace with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.