cbk.lame.texify1: Convert pmlame to texfile

Description Usage Arguments Value Examples

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

Description

Convert pmlame to texfile.

Usage

1
cbk.lame.texify1(pmlame, chem, outfile = NULL, verbose = FALSE)

Arguments

pmlame

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

chem

List of chem such as c("Li","Si","Ca","Ca.1","Rb").

outfile

File path to texfile.

verbose

Output debug info.

Value

File path to texfile.

Examples

1
2
3
4
5
pmlfile <- cbk.path("ref_phase_obj.pml")
message(sprintf("The pmlfile is located at |%s|.",pmlfile))
pmlame  <- cbk.read.casteml(pmlfile)
chem    <- c("Li","B","Si","Rb","Sr","Y","Zr","Nb","Cs")
cbk.lame.texify1(pmlame,chem)

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