set_linked_idx | R Documentation |
This function is deprecated and will be removed in the next release. The updated
lgp()
function now offers a simpler, more efficient way to specify linked information
for (D)GP emulators.
set_linked_idx(object, idx)
object |
an instance of the S3 class |
idx |
same as the argument |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
An updated object
with the information of idx
incorporated.
This function is useful when different models are emulated by different teams. Each team can create their (D)GP emulator even without knowing how different emulators are connected together. When this information is available and different emulators are collected, the connection information between emulators can then be assigned to individual emulators with this function.
## Not run:
# See lgp() for an example.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.