filter_MidPass: filter_MidPass

Description Usage Arguments Examples

Description

Filter values that fall above high-pass-threshold !(X >=)! and below the low-pass threshold (X <).

Usage

1
2
filter_MidPass(numeric_vector, HP_threshold, LP_threshold, prepend = "",
  return_survival_ratio = FALSE, EdgePass = F, na_rm = T)

Arguments

numeric_vector

Values to be filtered.

HP_threshold

Lower threshold value. (>=)

LP_threshold

Upper threshold value. (<)

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).

EdgePass

If TRUE, it reverses the filter: everything passes except between the two thresholds.

Examples

1
filter_MidPass (numeric_vector =  , HP_threshold =  , LP_threshold =  , prepend =  , return_survival_ratio = FALSE, EdgePass = F)

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