masks_to_int: Convert the mask to an integer for easier handling with dplyr...

Description Usage Arguments

View source: R/RcppExports.R

Description

Convert the mask to an integer for easier handling with dplyr NOTE! We have at most 6 elements in the mask, and 4 bits = 24 bits. so we're safe.

Usage

1
masks_to_int(masks, bits_per_mask)

Arguments

masks

Integer vector of masks

bits_per_mask

Number of bits in each mask


mkuhn/maskedCorr documentation built on May 23, 2019, 2:03 a.m.