find_non_zeros: find non-zeros

Description Usage Arguments Value

View source: R/parp1.R

Description

given a data.frame, find the non-zero entries in each case

Usage

1
2
find_non_zeros(data, data_columns, log_transform = TRUE,
  non_zero = "either")

Arguments

data

the data we are working with

data_columns

which columns to use

log_transform

do a log transformation on the data before identifying zeros

non_zero

"either" or "both", how much data *must* be non-zero

Value

indices into the original data that are not zero


rmflight/fmcorrelationbreastcaparp1 documentation built on May 27, 2019, 9:31 a.m.