any_sparse_dense_in_interval | R Documentation |
Determine if there are any sparse or dense calculations requested within an interval
any_sparse_dense_in_interval(interval, sparse)
interval |
An interval specification |
sparse |
Are the concentration-time data sparse PK (commonly used in small nonclinical species or with terminal or difficult sampling) or dense PK (commonly used in clinical studies or larger nonclinical species)? |
A logical value indicating if the interval requests any sparse (if
sparse=TRUE
) or dense (if sparse=FALSE
) calculations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.