plotHeatMap: Creates heatmap of number of exacerbations

View source: R/charts.R

plotHeatMapR Documentation

Creates heatmap of number of exacerbations

Description

Creates heatmap of number of exacerbations

Usage

plotHeatMap(patientResults, n = 10, shortened = TRUE)

Arguments

patientResults

patient results vector, produced by accept.

n

how many exacerbations to consider

shortened

boolean

Value

a heatmap

Examples

## Not run: 
results <- accept1(samplePatients[1,])
plotHeatMap(results)

## End(Not run)

accept documentation built on June 8, 2025, 10:09 a.m.