Skip to content

Commit

Permalink
rm gpar example
Browse files Browse the repository at this point in the history
  • Loading branch information
lahuuki committed Dec 11, 2024
1 parent 7447f61 commit f2c9742
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/layer_stat_cor_plot_complex.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@
#' layer_stat_cor_plot_complex(cor_stats_layer,
#' query_colors = cluster_colors,
#' reference_colors = libd_layer_colors,
#' annotation = annotation_df,
#' rect_gp = gpar(col = "black", lwd = 1))
#' annotation = annotation_df,
#' cluster_rows = FALSE,
#' cluster_columns = FALSE)
#'
layer_stat_cor_plot_complex <- function(cor_stats_layer,
color_max = max(cor_stats_layer),
Expand Down
5 changes: 3 additions & 2 deletions man/layer_stat_cor_plot_complex.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2c9742

Please sign in to comment.