sum_perc: sum_perc

View source: R/RcppExports.R

sum_percR Documentation

sum_perc

Description

sum_perc

Usage

sum_perc(x, perc = 0.8)

mean_perc(x, perc = 0.8)

Arguments

x

Numeric vector

perc

If the percentage of valid (good-quality) values less than 'perc', 'NA' returned.

Note

‘mean_perc' doesn’t include the number of invalid values.

Examples

x = c(1:8, NA, NA)
mean_perc(x)

rpkgs/rfluxnet documentation built on May 31, 2024, 6:57 p.m.