tabulate2: tabulate2 Modified version of tabulate so that it gives...

Description Usage Arguments Value

Description

tabulate2 Modified version of tabulate so that it gives counts in a given span and can handle negative integers

Usage

1
tabulate2(x, min_val, max_val)

Arguments

x

vector of values

min_val

minimum value

max_val

maximum value

Value

returns vector of length max_val - min_val + 1 with values representing counts for values between min_val and max_val


GreenleafLab/NucleoATACR documentation built on May 6, 2019, 6:31 p.m.