combine {provenance} | R Documentation |
Combine samples of distributional data
Description
Lumps all single grain analyses of several samples together under a new name
Usage
combine(x, ...)
Arguments
x |
a distributional dataset |
... |
a series of new labels assigned to strings or vectors of strings denoting the samples that need amalgamating |
Value
a distributional data object with fewer samples than
x
Examples
data(Namib)
combined <- combine(Namib$DZ,
east=c('N3','N4','N5','N6','N7','N8','N9','N10'),
west=c('N1','N2','N11','N12','T8','T13'))
summaryplot(KDEs(combined))
[Package provenance version 4.3 Index]