Access slots of a SaemixData object using the object["slot"] format
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## 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.