Learn R Programming

accept (version 1.0.0)

plotHeatMap: Creates heatmap of number of exacerbations

Description

Creates heatmap of number of exacerbations

Usage

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

Value

a heatmap

Arguments

patientResults

patient results vector, produced by accept.

n

how many exacerbations to consider

shortened

boolean

Examples

Run this code
results <- accept1(samplePatients[1,])
plotHeatMap(results)

Run the code above in your browser using DataLab