tests/plot.R

# plot.R --- Test function plot

library(usl)

data(specsdm91)

u <- usl(throughput ~ load, specsdm91)

plot(u, ylim=c(0, 3000), bounds=TRUE)
smoeding/usl documentation built on Oct. 1, 2022, 3:14 a.m.