powered by
Plot timing patterns of sampled customers.
plotSampledTimingPatterns(elog, T.cal = NULL, n = 50, 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 { elog <- cdnow.sample()$elog plotSampledTimingPatterns(elog, T.cal = "1997-09-30") # }
Run the code above in your browser using DataLab