R/count_cumulative.R
d_count_cumulative.Rd
This is a helper function that describes the analysis in s_count_cumulative().
s_count_cumulative()
d_count_cumulative(threshold, lower_tail = TRUE, include_eq = TRUE)
(numeric(1)) a cutoff value as threshold to count values of x.
numeric(1)
x
(flag) whether to count lower tail, default is TRUE.
flag
TRUE
(flag) whether to include value equal to the threshold in count, default is TRUE.
threshold
Labels for s_count_cumulative().