full: Count values greater than a threshold value

View source: R/massFunctions.R

fullR Documentation

Count values greater than a threshold value

Description

Counts full achenes in a sample of weighed achenes. The default threshold is 0.002g.

Usage

full(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 greater than the threshold cut.off

See Also

empty which counts elements less than the threshold value

Examples


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

## End(Not run)

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