2017-02-07 10 views
1

全体的な白の背景色(値の色ではない)を変更することはできますが、白い背景の色は、ツリーマップパッケージで黒と言うことができますか?Treemap Ovreallの背景色R

treemap(agg, #Your data frame object 

     index=c("Course", 'variable'), #A list of your categorical variables 
     vSize = "value", #This is your quantitative variable 
     type="value", #Type sets the organization and color scheme of your treemap 
     vColor='value', 
     palette = "RdYlGn", #Select your color palette from the RColorBrewer presets or make your own. 
     #title="Spending in President Obama's 2017 Budget", #Customize your title 
     fontsize.title = 14, #Change the font size of the title 
     title = "", 
     position.legend = 'bottom', 
     bg.labels = 0, 
) 
+0

可能でしょうか? – user3390310

答えて

0

私はそれがtreemap内で可能かどうかわかりませんが、私のtreemapをggplotに変換することで、たくさんの書式を制御することができました。 Converting treemap to ggplot