set_id | R Documentation |
This function assigns a unique identifier to an emulator.
set_id(object, id)
object |
an emulator object to which the ID will be assigned. |
id |
a unique identifier for the emulator as either a numeric or character string. Ensure this ID does not conflict with other emulator IDs, especially when used in linked emulations. |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
The updated object
, with the assigned ID stored in its id
slot.
## 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.