R/lev.sim.R

lev.sim <-
function () 
{
    for (i in 1:10) {
        lev.sample <- qlev(runif(500))
        plot(sort(lev.sample), qlev(((1:length(lev.sample)) - 
            0.5)/length(lev.sample)))
        pause()
    }
}
Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.