Created
August 10, 2012 04:09
-
-
Save xccds/3310989 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(treemap) | |
data <- read.csv('d:/sheet1.csv',T) | |
tmPlot(data, | |
index=c("item", "subitem"), | |
vSize="time1206", | |
vColor="time1106", | |
type="comp", | |
title='苹果公司财务报表可视化', | |
palette='RdBu') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment