R/hh.R

Defines functions hh

hh  =  function( x, rows = 5, cols = rows )
    x[ 1:min( nrow(x), rows ),
       1:min( ncol(x), cols ) ]
JonSulc/rtweaks documentation built on Oct. 30, 2019, 7:58 p.m.