Description Usage Arguments Value Author(s) See Also Examples
Clone a process object. Write protection is set to FALSE for the new Process object.
1 2 | ## S3 method for class 'Process'
clone(this, ...)
|
this |
A Process object. |
... |
Not used. |
A Process object.
Botond Sipos, Gregory Jordan
For more information see Process
.
1 2 3 4 5 6 | # create a process object
p<-Process()
# clone process object
pp<-clone(p)
# check identity
p == pp
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.