R/som.vql.R

som.vql <-
function(vql, data.som)
{
    return(by(data.som, vql, sum))
}

Try the SPODT package in your browser

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

SPODT documentation built on May 2, 2019, 9:43 a.m.