Description Usage Arguments Value See Also Examples
Plot Analyses with descendants of a stone. This function downloads CASTEML file associated with a stone and creates geochemical diagram depending on category specified.
1 |
pmlfile_or_stone |
A CASTEML file that exits locally or stone-ID (or pmlame). |
opts |
List of further options for plot. Two options such as ‘list(legendp=TRUE, Recursivep=FALSE)’ are available. |
category |
Category specifier that is passed to |
A pmlame used to plot the diagram.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | cbk.plot(c("20141106120733-593074","20141106120433-380274","20141106120509-983968"))
pmlfile <- cbk.path("20081202172326.hkitagawa.pml")
message(sprintf("The pmlfile is located at |%s|.",pmlfile))
cbk.plot(pmlfile)
cbk.plot(pmlfile,category="trace")
cbk.plot(pmlfile,category="lead")
cbk.plot(pmlfile,opts=list(legendp=FALSE))
pmlfile <- cbk.path("20130528105235-594267.pml")
message(sprintf("The pmlfile is located at |%s|.",pmlfile))
cbk.plot(pmlfile,category="trace")
cbk.plot(pmlfile,category="lithium")
cbk.plot(pmlfile,category="oxygen")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.