Learn R Programming

pMineR (version 0.31)

plotTimeline: Plot a patient's timeline

Description

it plot a patient's timeline given an event log well formatted in the input eventTable

Usage

plotTimeline(eventTable, output.format.date = "%d/%m/%Y", cex.axis = 0.6, cex.text = 0.7)

Arguments

eventTable
a table containing the event logs. The table has to have as columnName c('DATA','EVENT').
output.format.date
the format of the passed date. The default value is ' d / m / Y'
cex.axis
cex for timeline-text
cex.text
cex for event-text