powered by
This function summarizes key information of a GP, DGP or linked (D)GP emulator.
# S3 method for gp summary(object, ...)# S3 method for dgp summary(object, ...)# S3 method for lgp summary(object, ...)
# S3 method for dgp summary(object, ...)
# S3 method for lgp summary(object, ...)
A table summarizing key information contained in object.
object
can be one of the following:
the S3 class gp.
gp
the S3 class dgp.
dgp
the S3 class lgp.
lgp
N/A.
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
if (FALSE) { # See gp(), dgp(), or lgp() for an example. }
Run the code above in your browser using DataLab