Skip to content

Commit d327848

Browse files
committed
Write out colors instead of using Polychrome
1 parent 804add1 commit d327848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/layer_stat_cor_plot_complex.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#' layer_stat_cor_plot_complex(cor_stats_layer, reference_colors = libd_layer_colors)
6262
#'
6363
#' ## supply polychrome colors to query clusters
64-
#' cluster_colors <- Polychrome::palette36.colors(nrow(cor_stats_layer))
64+
#' cluster_colors <- c('#5A5156', '#E4E1E3', '#F6222E', '#FE00FA', '#16FF32', '#3283FE', '#FEAF16', '#B00068', '#1CFFCE')
6565
#' names(cluster_colors) <- rownames(cor_stats_layer)
6666
#'
6767
#' layer_stat_cor_plot_complex(cor_stats_layer,

man/layer_stat_cor_plot_complex.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)