Set the labels parameters
set_labels_parameters(D3partitionR_object, visible = T, cut_off = 3,
style = NULL)
The D3partitionR object to which the data should be appended
boolean, should the labels be diplayed ? Default: TRUE
a numeric variable between 0 and 100. Nodes which represent less than cut_off percents of the current root will have their labels hidden.
a valid CSS string to be applied to the labels. Default: NULL
A D3partitionR object