layout_treemap
Place nodes on the screen using a treemap layout.
Transforms a set of columns (normally categorical) to x and y positions using a treemap layout.
The treemap will be created hierarchically according to the order of columns in the input.
At the lowest level of the treemap, points within the same category may be ordered from top to bottom and left to right using an optional numerical column.
Was this page helpful?