Description Usage Arguments Value See Also Examples
View source: R/cbk.lame.drop.stone.R
Drop stone from pmlame
1 | cbk.lame.drop.stone(pmlame, stone, verbose = FALSE)
|
pmlame |
A pmlame with row of stone and column of chem [g/g]. |
stone |
List of stone to drop from pmlame |
verbose |
Output debug info (default: FALSE). |
A pmlame without the specified stone
1 2 3 | pmlame <- data.frame(row.names=c("stone@1","stone@2","stone@3"), SiO2=c(0.525,0.420,0.332), fo=c(0.353,3.400,20.323), d7Li=c(1.0,3.3,-1.0))
cbk.lame.drop.stone(pmlame,"stone@1")
cbk.lame.drop.stone(pmlame,c("stone@1","stone@2"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.