unpack | R Documentation |
This function unpacks a bundle of (D)GP emulators safely so that any further manipulations of unpacked individual emulators will not impact those in the bundle.
unpack(object)
object |
an instance of the class |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
A named list that contains individual emulators (named ā emulator1,...,emulatorSā
) packed in object
,
where S
is the number of emulators in object
.
## Not run:
# See pack() for an example.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.