R/head.Sing.R

Defines functions head.Sing

Documented in head.Sing

head.Sing <-
function(x, ...)
{
    head(x$state)
    head(x$parameters)
    head(x$results)
}

Try the crackR package in your browser

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

crackR documentation built on May 29, 2017, 8:45 p.m.