R/head.parametersSing.R

Defines functions head.parametersSing

Documented in head.parametersSing

head.parametersSing <-
function(x, ...)
{
    x$dta$cg  <- head(x$dta$cg)
    x$dta$geo <- head(x$dta$geo)
    print(x, ...)
}

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.