R/head.stateCD.R

Defines functions head.stateCD

Documented in head.stateCD

head.stateCD <-
function(x, ...)
    print(head(data.frame(a.p=x$a.p, a.s=x$a.s, kc=x$kc, w=x$w)))

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.