View source: R/class-PKNCAconc.R
print.PKNCAconc | R Documentation |
Print and/or summarize a PKNCAconc or PKNCAdose object.
## S3 method for class 'PKNCAconc'
print(x, n = 6, summarize = FALSE, ...)
## S3 method for class 'PKNCAconc'
summary(object, n = 0, summarize = TRUE, ...)
## S3 method for class 'PKNCAdose'
print(x, n = 6, summarize = FALSE, ...)
## S3 method for class 'PKNCAdose'
summary(object, n = 0, summarize = TRUE, ...)
x |
The object to print |
n |
The number of rows of data to show (see
|
summarize |
Summarize the nested number of groups |
... |
Arguments passed to |
object |
The object to summarize |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.