cbk.lame.drop.chem: Drop chem from pmlame

Description Usage Arguments Value See Also Examples

View source: R/cbk.lame.drop.chem.R

Description

Drop chem from pmlame

Usage

1
cbk.lame.drop.chem(pmlame, chem, verbose = FALSE)

Arguments

pmlame

A pmlame with row of stone and column of chem [g/g].

chem

List of chem to drop from pmlame

verbose

Output debug info (default: FALSE).

Value

A pmlame without the specified chem

See Also

cbk.lame.drop.chem

Examples

1
2
3
pmlame <- data.frame(row.names=c("stone@1","stone@2","stone@3"), SiO2=c(0.525,0.420,0.332), fo=c(0.353,3.400,20.323), d7Li=c(1.0,3.3,-1.0))
cbk.lame.drop.chem(pmlame,"fo")
cbk.lame.drop.chem(pmlame,c("fo","d7Li"))

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