R/head.Mult.R

Defines functions head.Mult

Documented in head.Mult

head.Mult <-
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.