Description Usage Arguments Value Author(s) See Also Examples
Set the generator process for an Event object.
1 2 | ## S3 method for class 'Event'
setProcess(this, new.proc, ...)
|
this |
An Event object. |
new.proc |
A valid Process object. |
... |
Not used. |
A Process object.
Botond Sipos, Gregory Jordan
For more information see Event
.
1 2 3 4 5 6 7 8 9 10 | # create an Event object
e<-Event()
# set a generator process for e
setProcess(e,Process())
# get generator process
e$process
# set process via virtual field
e$process<-K80()
e$process
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.