Skip to content

Commit

Permalink
added import to rgb from grDevices
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Feb 8, 2024
1 parent ce4da2c commit 3efa55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ importFrom(corrplot,corrplot)
importFrom(future.apply,future_lapply)
importFrom(future.apply,future_sapply)
importFrom(glassoFast,glassoFast)
importFrom(grDevices,rgb)
importFrom(grid,nullGrob)
importFrom(grid,textGrob)
importFrom(gridExtra,arrangeGrob)
Expand Down
1 change: 1 addition & 0 deletions R/plot_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ plot_matrix = function(Mat, rowFG = "sample", colFG = "variable", clustering = N
g
}

#' @importFrom grDevices rgb
.plot_network = function(net ,
type ,
output ,
Expand Down

0 comments on commit 3efa55a

Please sign in to comment.