plotTimeline: Plot a patient's timeline

Description Usage Arguments

Description

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

Usage

1
2
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


pMineR documentation built on May 2, 2019, 9:34 a.m.

Related to plotTimeline in pMineR...