filter_LP: filter_LP

Description Usage Arguments Examples

Description

Filter values that fall below the low-pass threshold (X <).

Usage

1
2
filter_LP(numeric_vector, threshold, passequal = F, prepend = "",
  return_survival_ratio = F, na_rm = T)

Arguments

numeric_vector

Values to be filtered.

threshold

A numeric value below which "numeric_vector" passes.

passequal

Pass if a value is smaller, or equal than the threshold. FALSE by default.

prepend

Text prepended to the results.

return_survival_ratio

Return a number with the survival ratio (TRUE), or a logical index vector of the survivors (FALSE).

Examples

1
filter_LP (numeric_vector =  , threshold =  , prepend =  , return_survival_ratio = F)

vertesy/MarkdownReports.v2.9.5 documentation built on May 22, 2019, 4 p.m.