powered by
Plots a heatmap with the correlations.
heatmap_correlations(correlations, col = NULL, ...)
correlation matrix
colors to be used on heatmap.
extra parameters to visual purposes.
# NOT RUN { ## Example of correlations heatmap data(cachexia) correlations = correlations_dataset(cachexia) heatmap_correlations(correlations) # }
Run the code above in your browser using DataLab