View source: R/combinatorics.R
get.p | R Documentation |
For a given sample size, returns the likelihood of missing any fraction greater than a given size
get.p(n, f = 0.05)
n |
the number of grains in the detrital sample |
f |
the size of the smallest resolvable fraction
(0< |
the probability that all n
grains in the sample have
missed at least one fraction of size f
Vermeesch, Pieter. "How many grains are needed for a provenance study?." Earth and Planetary Science Letters 224.3 (2004): 441-451.
print(get.p(60))
print(get.p(117))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.