Description Usage Arguments Examples
generic function to subset the timePoints
-slot and generate an object of the same class
1 2 3 4 | subsetOnTimePoints(object, ...)
## S4 method for signature 'PkModel'
subsetOnTimePoints(object, timePointsSelect)
|
object |
a S4 class object |
... |
additional parameters |
timePointsSelect |
a subset of time points to select data for |
1 2 | subsetOnTimePoints( pkData, c( 1 , 2 ) )
subsetOnTimePoints( object = pkData, timePointsSelect = c( 1 , 2 ) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.