combine | R Documentation |
Lumps all single grain analyses of several samples together under a new name
combine(x, ...)
x |
a distributional dataset |
... |
a series of new labels assigned to strings or vectors of strings denoting the samples that need amalgamating |
a distributional data object with fewer samples than
x
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.