标签: r plot shiny treemap
是否可以使用树形图包更改整体白色背景颜色(不是值颜色),而将白色背景颜色更改为黑色?
myx<-reactive ({ x[1:3]<-input$num x }) output$table <- renderDataTable(data.frame(x=myx()))
答案 0 :(得分:0)
我不知道树图中是否可以,但是通过将我的树形图转换为ggplot,我能够控制很多格式。 Converting treemap to ggplot