powered by
Combine qualifier/tag structures
# S3 method for qtag.long rbind(...)# S3 method for qtag rbind(...)
# S3 method for qtag rbind(...)
Objects to combine
A qtag.long object
qtag.long
# 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