Añadir opción de cambio de color a theme_heatmap.
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
theme_heatmap<-function(x){
|
||||
list(geom_tile(),
|
||||
theme_heatmap<-function(x,line.color="#FFFFFF00"){
|
||||
list(geom_tile(color=line.color),
|
||||
scale_fill_gradientn(colors=col2(200)),
|
||||
theme(axis.text.x = element_text(angle = 90, hjust = 1, vjust=0.5),
|
||||
panel.background = element_blank(),
|
||||
|
||||
Reference in New Issue
Block a user