cbk.plot: Plot Analyses with descendants of a stone

Description Usage Arguments Value See Also Examples

View source: R/cbk.plot.R

Description

Plot Analyses with descendants of a stone. This function downloads CASTEML file associated with a stone and creates geochemical diagram depending on category specified.

Usage

1
cbk.plot(pmlfile_or_stone, opts = NULL, category = NULL, ...)

Arguments

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 casteml convert.

Value

A pmlame used to plot the diagram.

See Also

cbk.plot.trace

Examples

 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")

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