plotHeatMap {accept} | R Documentation |
Creates heatmap of number of exacerbations
plotHeatMap(patientResults, n = 10, shortened = TRUE)
patientResults |
patient results vector, produced by accept. |
n |
how many exacerbations to consider |
shortened |
boolean |
a heatmap
results <- accept1(samplePatients[1,])
plotHeatMap(results)