cbk.lame.drop.dharma: Remove rows where all values are NA

Description Usage Arguments Value Examples

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

Description

Remove rows where all values are NA

Usage

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

Arguments

pmlame

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

column

Flag to remove columns

verbose

Output debug info (default: FALSE).

Value

A pmlame without removed rows

Examples

1
2
3
4
pmlfile <- cbk.path("20081202172326.hkitagawa.pml")
message(sprintf("The pmlfile is located at |%s|.",pmlfile))
pmlame  <- cbk.read.casteml(pmlfile,"ppm",category=NULL)
pmlame1 <- cbk.lame.drop.dharma(pmlame)

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