Learn R Programming

dgpsi (version 2.4.0)

unpack: Unpack a bundle of (D)GP emulators

Description

This function unpacks a bundle of (D)GP emulators safely so any further manipulations of unpacked individual emulators will not impact the ones in the bundle.

Usage

unpack(object)

Value

A named list that contains individual emulators (named emulator1,...,emulatorS) packed in object, where S is the number of emulators in object.

Arguments

object

an instance of the class bundle.

Details

See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.

Examples

Run this code
if (FALSE) {

# See pack() for an example.
}

Run the code above in your browser using DataLab