Business Process Analytics ใน R
Gert Janssenswillen
Creator of bupaR










filter_throughput_time(log, interval = c(5,10))

filter_throughput_time(log, interval = c(5,10))

filter_throughput_time(log, percentage = 0.5)
กลับเงื่อนไขการกรอง
filter_throughput_time(log, interval = c(5,10), units = "days", reverse =TRUE)
filter_throughput_time(log, percentage = 0.5, reverse = TRUE)
ใช้ช่วงแบบเปิดครึ่งด้าน
filter_throughput_time(log, interval = c(5,NA), units = "days")
เลือกเคสที่
Business Process Analytics ใน R