rbind.qtag.long: Combine qualifier/tag structures

Description Usage Arguments Value Examples

Description

Combine qualifier/tag structures

Usage

1
2
3

Arguments

...

Objects to combine

Value

A qtag.long object

Examples

1
2
3
4
data(pocmaj)
pocmaj <- as.qtag(pocmaj, qualifiers=c("core", "depth"))
newrow <- data.frame(core="POC-2", depth=6, Ca=2100, Ti=4100, V=45)
rbind(pocmaj, newrow)

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