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")
वे केस चुनें जो
R में बिज़नेस प्रोसेस एनालिटिक्स