'Creates treemap visualizations for categorical data'
Usage
jjtreemap(
data,
group,
size,
color,
aspectRatio = 1.67,
borderWidth = 0.7,
labelLevel1Size = 15,
labelLevel2Size = 12,
labelLevel1Color = "white",
labelLevel2Color = "black",
labelFontFace = "normal",
labelBackground = "transparent",
labelAlignH = "center",
labelAlignV = "center",
labelOverlap = 0.5,
title = "",
subtitle = "",
caption = ""
)