Trees : General parameters in trees

# treeClickDisable
Flag to disable clicking in tree plots
Type: boolean
Default: false
Used in: Tree

# treeInverted
Flag to plot the tree inverted
Type: boolean
Default: false
Used in: Tree

# treeLabelAlign
Alignment for labels the tree diagrams
Type: string
Default: center
Options: left, center, right
Used in: Tree

# treeLinkColor
Color for the tree lines (links)
Type: color
Default: rgb(150,150,150)
Used in: Tree

# treeLinkWidth
Width for the Tree lines
Type: integer
Default: 1
Used in: Tree

# treeNodeOutlineColor
Color for the tree node outline
Type: color
Default: rgb(83,105,255)
Used in: Tree

# treeNodeSizeScaleFactor
Scale factor to adjust the size of tree nodes
Type: float
Default: 1
Used in: Tree

# treeType
Type of tree layout
Type: string
Default: normal
Options: bracket, circular, normal
Used in: Tree