Usage
makeLabel(x, ...)
"makeLabel"(x, len = 99, space = "_", make.unique = TRUE, illegal = "():;,[]", quote = FALSE, ...)
"makeLabel"(x, tips = TRUE, nodes = TRUE, ...)
"makeLabel"(x, tips = TRUE, nodes = TRUE, ...)
"makeLabel"(x, ...)
Arguments
x
a vector of mode character or an object for which labels are
to be changed.
len
the maximum length of the labels: those longer than `len'
will be truncated.
space
the character to replace spaces, tabulations, and
linebreaks.
make.unique
a logical specifying whether duplicate labels
should be made unique by appending numerals; TRUE
by
default.
illegal
a string specifying the characters to be deleted.
quote
a logical specifying whether to quote the labels;
FALSE
by default.
tips
a logical specifying whether tip labels are to be
modified; TRUE
by default.
nodes
a logical specifying whether node labels are to be
modified; TRUE
by default.
...
further arguments to be passed to or from other methods.