Skip to content

Commit

Permalink
Update h1.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Raschka committed Oct 21, 2013
1 parent da3b1a9 commit 4b35195
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions heatmaps/h1.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ png("h1.png",
heatmap.2(mat_data,
cellnote = mat_data, # same data set for cell labels
notecol="black", # change font color of cell labels to black
density.info="none", # turns off density plot inside color legend
trace="none", # turns off trace lines inside the heat map
margins =c(12,9), # widens margins around plot
density.info="none", # turns off density plot inside color legend
trace="none", # turns off trace lines inside the heat map
margins =c(12,9), # widens margins around plot
col=my_palette, # use on color palette defined earlier
breaks=col_breaks, # enable color transition at specified limits
breaks=col_breaks, # enable color transition at specified limits
dendrogram="row", # only draw a row dendrogram
Colv="NA") # turn off column clustering

Expand Down

0 comments on commit 4b35195

Please sign in to comment.