empty: count values less than a threshold value

View source: R/massFunctions.R

emptyR Documentation

count values less than a threshold value

Description

counts empty achenes in a sample of weighed achenes

Usage

empty(x, cut.off = 0.002)

Arguments

x

numeric vector

cut.off

numeric value threshold default is 0.002

Value

integer count of elements in x less than the threshold cut.off

See Also

full which counts elements greater than the threshold value

Examples


## Not run: 
dd <- read.csv("I:\\Departments\\Research\\EchinaceaVolunteers\\Balance\\sampleForEchLab\\CG2009_csv\\sample.csv")
empty(dd$mass)

## End(Not run)

stuartWagenius/echinaceaLab documentation built on April 13, 2025, 5:22 a.m.