rbind.qtag.long: Combine qualifier/tag structures

Description Usage Arguments Value Examples

View source: R/qtag.R

Description

Combine qualifier/tag structures

Usage

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

## S3 method for class 'qtag'
rbind(...)

Arguments

...

Objects to combine

Value

A qtag.long object

Examples

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

mudata documentation built on Nov. 17, 2017, 7:30 a.m.