powered by
Contact matrix heatmap
plot_contact_matrix(x)
A ggplot object that can be further customized using the
ggplot2 package.
data.frame; a contact matrix. See contact_matrix.
# Import the projected contact matrix for Greece: conmat <- contact_matrix(country = "GRC") plot_contact_matrix(conmat)
Run the code above in your browser using DataLab