sum_buckets: Sums a vector based on bucket sizes

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Given a vector (a) and another vector of bucket sizes, returns the summed vector (a)

Usage

1
sum_buckets(a, buckets)

Arguments

a

the vector to be bucketed

buckets

the vector of bucket sizes to sum a over

Value

the vector of summed a


jameshay218/zikaProj documentation built on Jan. 9, 2020, 7:26 p.m.