Produce a ggplot2
visualisation of a matrix.
plot_matrix.Rd
Produce a ggplot2
visualisation of a matrix.
Examples
M <- matrix(1:9, nrow = 3, ncol = 3)
plot_matrix(M)
plot_matrix(nb_to_precision(sf_to_nb(mw)))
#> Error in .class1(object): object 'mw' not found