Question

I would like to generate treemaps in R. Right now I am using the portfolio package, but the problem with this package is that there is not enough ways to control the output: text attributes like font, font size, color can not be controlled, borders between map squares with same color are not distinguishable, there is no control over the color gradient legend etc.

I am looking for a treemap library which allows for a more fine-grained control over the resulting appearance than the portfolio package.

Which alternatives are there to the portfolio package for making treemaps in R?

Était-ce utile?

La solution

You may want to check the treemap package, which I wrote. Many, if not all of your desired features have been implemented. If you have any questions or suggestions, please let me know.

Autres conseils

To update the above question, there are also interactive treemaps available. Below two packages of possible interest:

library("highcharter") on CRAN
library("d3treeR") on Github

To learn more about the above packages see the links: Highcharter and d3treeR

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top