set_labels_parameters: Set the labels parameters

Description Usage Arguments Value

Description

Set the labels parameters

Usage

1
2
set_labels_parameters(D3partitionR_object, visible = T, cut_off = 3,
  style = NULL)

Arguments

D3partitionR_object

The D3partitionR object to which the data should be appended

visible

boolean, should the labels be diplayed ? Default: TRUE

cut_off

a numeric variable between 0 and 100. Nodes which represent less than cut_off percents of the current root will have their labels hidden.

style

a valid CSS string to be applied to the labels. Default: NULL

Value

A D3partitionR object


D3partitionR documentation built on May 2, 2019, 6:36 a.m.