viewMuls: viewMuls

Description Usage Arguments

Description

Analogous to the IRanges viewSums, but multiplies by a vector; so you can think of it as a weighted sum, or a kernel density estimate.

Usage

1
viewMuls(x, na.rm = FALSE, y)

Arguments

x

Views object.

na.rm

remove NAs?

y

kernel vector or weights to multiply by; should be a vector matching the length of x.


nsheff/IRangeKernels documentation built on May 24, 2019, 7:50 a.m.