average_buckets: Averages 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 averaged vector (a)

Usage

1
average_buckets(a, buckets)

Arguments

a

the vector to be bucketed and averaged

buckets

the vector of bucket sizes to average a over

Value

the vector of averaged a


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