R/head.CD.R

Defines functions head.CD

Documented in head.CD

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