write {dgpsi} | R Documentation |
This function saves the constructed emulator to a .pkl
file.
write(object, pkl_file)
object |
an instance of the S3 class |
pkl_file |
the path to and the name of the |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
No return value. object
will be save to a local .pkl
file specified by pkl_file
.
Since the constructed emulators are 'python' objects, save()
from R will not work as it is only for R objects.
## Not run:
# See gp(), dgp(), or lgp() for an example.
## End(Not run)