read {dgpsi} | R Documentation |
This function loads the .pkl
file that stores the emulator.
read(pkl_file)
pkl_file |
the path to and the name of the |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
A GP, DGP or linked (D)GP emulator S3 class.
## Not run:
# See gp(), dgp(), or lgp() for an example.
## End(Not run)