cbk.lame.dump: Dump pmlame as string

Description Usage Arguments Value Examples

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

Description

Dump pmlame as string

Usage

1
2
cbk.lame.dump(pmlame, format = NULL, show = TRUE, verbose = FALSE,
  name = deparse(substitute(pmlame)))

Arguments

pmlame

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

format

Format specifier that is passed to casteml convert.

show

Show string in console.

verbose

Output debug info (default: FALSE).

name

Name of the pmlame used with option ‘show’.

Value

A pmlame expressed in text

Examples

1
2
3
pmlame0 <- structure(list(SiO2 = c(0.59, 0.52), Li = c(2.08e-05, 1.37e-06), Sr = c(0.000107, 3.61e-05)), row.names = c("ref-gl-tahiti", "ref-cpx-klb1"), .Names = c("SiO2", "Li", "Sr"), class = "data.frame")
cbk.lame.dump(pmlame0)
cbk.lame.dump(pmlame0,'isorg')

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