View source: R/massFunctions.R
empty | R Documentation |
counts empty achenes in a sample of weighed achenes
empty(x, cut.off = 0.002)
x |
numeric vector |
cut.off |
numeric value threshold default is 0.002 |
integer count of elements in x less than the threshold cut.off
full
which counts elements greater than the threshold
value
## Not run:
dd <- read.csv("I:\\Departments\\Research\\EchinaceaVolunteers\\Balance\\sampleForEchLab\\CG2009_csv\\sample.csv")
empty(dd$mass)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.