Creates a heatmap showing nexus dimension scores across treatments.
nexus_heatmap(
scores,
row_labels = NULL,
col_labels = NULL,
title = "WEFNC Nexus Heatmap",
color_palette = NULL
)A matrix or data frame where rows represent treatments and columns represent nexus dimensions.
Character vector. Treatment names.
Character vector. Dimension names.
Character. Plot title. Default "WEFNC Nexus Heatmap".
Character vector of colors for gradient. Default is a red-yellow-green palette.
Invisibly returns the input scores matrix. Called
primarily for the side effect of generating a heatmap plot.