Skip to content

Commit

Permalink
Add dendextend library to plotNodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymiller authored Jan 15, 2019
1 parent 32cd913 commit b00546d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/markerGenesAndMapping.r
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@ plotNodes <- function(tree,
cols = "black",
pch = 19,
...) {
library(dendextend)
tree <- set(tree, "nodes_pch", pch)
tree <- set(tree, "nodes_col", cols)
tree <- set(tree, "labels_cex", 1)
Expand Down

0 comments on commit b00546d

Please sign in to comment.