This function assigns a unique identifier to an emulator.
Arguments
- 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.
Value
The updated object
, with the assigned ID stored in its id
slot.
Examples
if (FALSE) { # \dontrun{
# See lgp() for an example.
} # }