---
output:
html_document:
code_folding: hide
---
```{r block2, warning=FALSE, message=FALSE, fig.width=8, fig.height=6.5, dev='svg'}
library(treeheatr)
inputdata <- INPUTDATAFRAME
heat_tree(
inputdata, target_lab = 'params.target_lab',
show_all_feats = TRUE,
panel_space = 0.02, target_space = 0.2, tree_space_bottom = 0.1, heat_rel_height = 0.4)