| clone | R Documentation |
clone() physically duplicates objectsClone / duplicate an object
clone() physically duplicates objects
clone(x, ...)
## S3 method for class 'HPart'
clone(x, tipLabels = attr(x, "tip.label"), ...)
x |
the object to be cloned |
... |
additional parameters for methods |
tipLabels |
Character vector specifying sequence in which to order tip labels. |
clone() typically returns an object of the same class and "value"
as the input x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.