summary {dgpsi} | R Documentation |
This function summarizes key information of a GP, DGP or linked (D)GP emulator.
## S3 method for class 'gp'
summary(object, ...)
## S3 method for class 'dgp'
summary(object, ...)
## S3 method for class 'lgp'
summary(object, ...)
object |
can be one of the following:
|
... |
N/A. |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
A table summarizing key information contained in object
.
## Not run:
# See gp(), dgp(), or lgp() for an example.
## End(Not run)