powered by
Plot timing patterns of sampled customers
plotSampledTimingPatterns(elog, T.cal = NULL, n = 30, title = "Sampled Timing Patterns")
Event log, a data.frame with columns cust and transaction time t or date.
data.frame
cust
t
date
End of calibration period, which is visualized as a vertical line.
Number of sampled customers.
Plot title.
# NOT RUN { data("groceryElog") plotSampledTimingPatterns(groceryElog, T.cal = "2006-12-31") # }
Run the code above in your browser using DataLab