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