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