ggimage.Rd
ggplot heatmap
ggimage(data, no.names = FALSE, order = NULL)
Input matrix.
Boolean controlling the display of variable names and ticks.
Defines a specific display order of the heatmap's rows.
A heatmap of the input data
Sigma=generate_missing_data(n=100,p=10,r=1,type="scale-free", plot=FALSE)$Sigma ggimage(Sigma)