Changelog
Source:NEWS.md
ggcorrheatmap 0.2.0
CRAN release: 2025-08-24
New features
The scale-modifying arguments
bins
,limits
,high
,mid
,low
, andsize_range
can now take two inputs in mixed layouts.The new
scale_data
argument 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_rows
andsplit_cols
arguments can be used to add gaps to the heatmap via facets.
Breaking changes
- The new
annot_rows_names_params
andannot_cols_names_params
arguments (that provide parameters toggplot2::geom_text()
) supersedeannot_rows_name_params
andannot_cols_name_params
that don’t work with heatmap splits.