aggregate.qtag.long: Aggregate/Summarise a qualifier/tag structure

Description Usage Arguments Value Examples

Description

Summarises a qtag object such that one value exists for every unique qualifier combination. This is useful for summarising replicates.

Usage

1
2
3
4
5
## S3 method for class 'qtag.long'
aggregate(x, ...)

## S3 method for class 'qtag.wide'
aggregate(x, ...)

Arguments

x

A qtag object

...

A parameter including at least one unnamed parameter for summarising values. Additional parameters may be used for aggregating a long format.

Value

A (possibly unchanged) qtag object

Examples

1
2
3
4
5
data(pocmaj)
pocmajqt <- as.qtag(pocmaj, qualifiers=c("core", "depth"))
aggregate(pocmajqt)
aggregate(pocmajqt, mean)
aggregate(long(pocmajqt), mean, sd, length)

paleolimbot/ofcores documentation built on May 24, 2019, 6:13 p.m.