Learn R Programming

TreeDist (version 2.11.1)

clone: Clone / duplicate an object clone() physically duplicates objects

Description

Clone / duplicate an object clone() physically duplicates objects

Usage

clone(x, ...)

# S3 method for HPart clone(x, tipLabels = attr(x, "tip.label"), ...)

Value

clone() typically returns an object of the same class and "value" as the input x.

Arguments

x

the object to be cloned

...

additional parameters for methods

tipLabels

Character vector specifying sequence in which to order tip labels.