print.pkmod {tci} | R Documentation |
Print pkmod
Description
Print method for pkmod objects
Usage
## S3 method for class 'pkmod'
print(x, ..., digits = 3)
Arguments
x |
Object with class "pkmod" created by 'pkmod()' |
... |
Arguments passed to 'update.pkmod()' |
digits |
Number of significant digits to print |
Value
Prints description of pkmod
Examples
# 1-parameter model
pkmod(pars_pk = c(CL = 10, V1 = 10))
[Package tci version 0.2.0 Index]