[,Model,character,missing,missing-method | R Documentation |
The method provides shortcuts and a unified interface to some of the methods that can be applied to a model. For a given model ‘M' the code 'M[’C'] is equivalent to 'getC(M)' and ‘M[’ReleaseFlux']' is equivalent to 'getReleaseFlux(M)' ‘M[’AccumulatedRelease']' is equivalent to 'getAccumulatedRelease(M)'
## S4 method for signature 'Model,character,missing,missing'
x[i]
x |
no manual documentation |
i |
no manual documentation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.