Learn R Programming

mudata (version 0.1.1)

rbind.qtag.long: Combine qualifier/tag structures

Description

Combine qualifier/tag structures

Usage

# S3 method for qtag.long
rbind(...)

# S3 method for qtag rbind(...)

Arguments

...

Objects to combine

Value

A qtag.long object

Examples

Run this code
# NOT RUN {
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)

# }

Run the code above in your browser using DataLab