draw | R Documentation |
This function draws diagnostic and validation plots for a sequential design of a (D)GP emulator or a bundle of (D)GP emulators.
draw(object, ...)
## S3 method for class 'gp'
draw(object, type = "rmse", log = FALSE, ...)
## S3 method for class 'dgp'
draw(object, type = "rmse", log = FALSE, ...)
## S3 method for class 'bundle'
draw(object, type = "rmse", log = FALSE, emulator = NULL, ...)
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
A patchwork
object.
## Not run:
# See design() for an example.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.