cbk.lame.merge: Merge to two pmlames

Description Usage Arguments Value See Also Examples

View source: R/cbk.lame.merge.R

Description

Merge to two pmlames

Usage

1
cbk.lame.merge(..., verbose = FALSE)

Arguments

...

Multiple pmlames with row of stone and column of chem [g/g].

verbose

Output debug info (default: FALSE).

Value

A merged pmlame with row of stone and column of chem.

See Also

cbk.lame.merge.error and merge

Examples

1
2
3
pmlame1 <- data.frame(row.names=c("stone@1","stone@2"), SiO2=c(0.525,0.420), fo=c(0.353,3.400), d7Li=c(1.0,3.3))
pmlame2 <- structure(list(fo = c(0.98,0.74), d18O = c(4.8,2.5)), row.names = c("ol_chd1@5","cpx_chd1@6"), .Names = c("fo","d18O"), class = "data.frame")
cbk.lame.merge(pmlame1,pmlame2)

misasa/chelyabinsk documentation built on Nov. 24, 2020, 5:47 a.m.