powered by
Given a matrix produced from mutual_info_matrix(), plot a heatmap with ggplot2
mutual_info_heatmap(mi_matrix, title = NULL, font_sizes = c(12, 12))
a table produced from mutual_info_matrix
title of plot
A length-2 vector of x-axis and y-axis variable font sizes
a double with the calculated value
mutual_info_matrix
# NOT RUN { p <- mtcars %>% mutual_info_matrix(cyl, vs, am, gear, carb, normalized=TRUE) %>% mutual_info_heatmap() p # }
Run the code above in your browser using DataLab