View source: R/prepare_Aliquot.R
prepare_Aliquot | R Documentation |
The function consecutively fills aliquots (i.e., subsamples distributed on round carrier discs) with grains from an input sample. Remaining grains that are not enough to fill a further aliquot are discarded.
prepare_Aliquot(sample, diameter, density = 0.65)
sample |
data.frame, sample object to be distributed to aliquots. |
diameter |
numeric value, diameter of the aliquot sample carriers in mm. |
density |
numeric value, packing density of the grains on
the sample carrier. Default is |
list of data.frame objects with grains organised as aliquots, i.e. list elements.
Michael Dietze, GFZ Potsdam (Germany), Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)
## load example data set data(sample, envir = environment()) A <- prepare_Aliquot( sample = sample, diameter = 0.1) B <- prepare_Aliquot( sample = sample, diameter = 1, density = 0.6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.