Learn R Programming

provenance (version 1.4)

combine: 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

Run this code
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))

Run the code above in your browser using DataLab