cbk.write.casteml: Write a pmlame to CASTEML file

Description Usage Arguments Value See Also Examples

View source: R/cbk.write.casteml.R

Description

Write a pmlame to CASTEML file

Usage

1
cbk.write.casteml(pmlame, outfile = NULL, verbose = TRUE)

Arguments

pmlame

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

outfile

File path to casteml file

verbose

Output debug info (default: TRUE).

Value

File path to a casteml file

See Also

cbk.read.casteml

Examples

1
2
pmlame0 <- data.frame(row.names=c('ref_cpx_klb1@1','ref_cpx_klb1@2','trc_meso_allende@10'),SiO2=c(520000,520000,600000))
pmlfile <- cbk.write.casteml(pmlame0,'deleteme.pml')

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