clone() physically duplicates objectsClone / duplicate an object
clone() physically duplicates objects
clone(x, ...)# S3 method for HPart
clone(x, tipLabels = attr(x, "tip.label"), ...)
clone() typically returns an object of the same class and "value"
as the input x.
the object to be cloned
additional parameters for methods
Character vector specifying sequence in which to order tip labels.