Changelog
Source:NEWS.md
ggcorrheatmap 0.3.0
CRAN release: 2025-10-05
New features
The new
split_diagargument allows for triangular cells in the diagonal.Square matrices where the row- and column names are the same now work with features that previously required a symmetric matrix (such as triangular layouts).
Minor changes
return_datanow always returns alayoutcolumn.The legends in
ggcorrhm()no longer assume that Pearson correlation was used whencor_inisTRUE.
ggcorrheatmap 0.2.0
CRAN release: 2025-08-24
New features
The scale-modifying arguments
bins,limits,high,mid,low, andsize_rangecan now take two inputs in mixed layouts.The new
scale_dataargument allows for scaling rows or columns.The new
gghm_tidy()andggcorrhm_tidy()functions can make heatmaps from long format data using tidy input.The new
cor_long()function makes it convenient to calculate correlations from long format data.The new
add_mixed_layout()function can add mixed layout labels to long format data to aid in cell label creation.The new
split_rowsandsplit_colsarguments can be used to add gaps to the heatmap via facets.
Breaking changes
- The new
annot_rows_names_paramsandannot_cols_names_paramsarguments (that provide parameters toggplot2::geom_text()) supersedeannot_rows_name_paramsandannot_cols_name_paramsthat don’t work with heatmap splits.