serv: Serviceability.

View source: R/serviceability.R

servR Documentation

Serviceability.

Description

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)

WeibullR.learnr documentation built on Sept. 11, 2024, 9:08 p.m.