Learn R Programming

dgpsi (version 2.6.0)

deserialize: Restore the serialized emulator

Description

This function restores the serialized emulator created by serialize().

Usage

deserialize(object)

Value

The S3 class of a GP emulator, a DGP emulator, a linked (D)GP emulator, or a bundle of (D)GP emulators.

Arguments

object

the serialized object of an emulator.

Details

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

Examples

Run this code
if (FALSE) {

# See serialize() for an example.
}

Run the code above in your browser using DataLab