cbk.lame.colMeans: Return mean of each chem

Description Usage Arguments Value Examples

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

Description

Return mean of each chem

Usage

1
cbk.lame.colMeans(pmlame, stonify_regexp = "@[[:digit:]]+$")

Arguments

pmlame

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

stonify_regexp

A regexp string to be stripped off to stonefy analyses. Matched string will be stripped off from acqlist to have stonelist.

Value

A pmlame with mean value of each column

Examples

1
2
3
4
5
pmlfile <- cbk.path("20130528105235-594267.pml")
message(sprintf("The pmlfile is located at |%s|.",pmlfile))
pmlame  <- cbk.read.casteml(pmlfile)
pmlame0 <- cbk.lame.regulate(pmlame,mean=TRUE,error=FALSE,extra=FALSE)
pmlame1 <- cbk.lame.colMeans(pmlame0)

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