Skip to contents

Serviceability.

Usage

serv(serviceTime, totalTime)

Arguments

serviceTime

Service Time. A numeric value representing the service time or a numeric vector of service times.

totalTime

Total Time. A numeric value representing the total time for a given period or a numeric vector of time periods

Value

The function returns a numeric value representing the serviceability factor for a given period.

Examples

service <- 900
total <- 1000
serv(service, total)
#> [1] 0.9