Description Usage Arguments Value Examples
View source: R/cbk.lame.drop.dharma.R
Remove rows where all values are NA
1 | cbk.lame.drop.dharma(pmlame, column = FALSE, verbose = FALSE)
|
pmlame |
A pmlame with row of stone and column of chem [g/g]. |
column |
Flag to remove columns |
verbose |
Output debug info (default: FALSE). |
A pmlame without removed rows
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.