set_labels_parameters {D3partitionR}R Documentation

Set the labels parameters

Description

Set the labels parameters

Usage

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


[Package D3partitionR version 0.5.0 Index]