prepare_Aliquot: Prepare Aliquots from Sample Dataset
Description
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.
Usage
prepare_Aliquot(sample, diameter, density = 0.65)
Value
list of data.frame objects with grains organised as aliquots, i.e. list
elements.
Arguments
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 0.65. The packing density is unitless.
Author
Michael Dietze, GFZ Potsdam (Germany),
Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)