Multiple R treemaps on a single page with scaling
问题 I'm trying to put multiple treemaps on a single page. Each tree map is for a subset of the data and it would be useful to see them all at once. The following code creates a treemap for each subset but they each are on their own page. Question 1) Is there a way to put all of the treemaps on one page? Question 2) Is there a way to scale the overall size each treemap making some larger and some smaller? library(treemap) library(plyr) numSubsets = sapply(df[myIndexColumn], function(x) length