tests/overhead.R

# overhead.R --- Test function overhead

library(usl)

options(digits = 3, scipen = 6)

data(specsdm91)

overhead(usl(throughput ~ load, specsdm91))

overhead(usl(throughput ~ load, specsdm91),
         newdata = data.frame(load = c(1,2,4)))

Try the usl package in your browser

Any scripts or data that you put into this service are public.

usl documentation built on Aug. 29, 2022, 1:06 a.m.