cbk.plot.lead: Read CASTEML file and create lead diagram

Description Usage Arguments Value See Also Examples

View source: R/cbk.plot.lead.R

Description

Read CASTEML dataframe and create lead diagram. This function does not save the created diagram. You should prepare a canvas in advance.

Usage

1
2
cbk.plot.lead(pmlfile_or_stone, opts = NULL, verbose = FALSE,
  pch = NULL, col = NULL)

Arguments

pmlfile_or_stone

A dataframe of element abundances (or pmlfile or stone-ID).

opts

List of further options for plot. See cbk.plot.

verbose

Output debug info (default: FALSE).

pch

Array of symbol (default: NULL)

col

Array of color (default: NULL)

Value

A pmlame used to plot the diagram.

See Also

https://github.com/misasa/casteml

Examples

1
2
3
pmlfile <- cbk.path("20081202172326.hkitagawa.pml")
message(sprintf("The pmlfile is located at |%s|.",pmlfile))
cbk.plot.lead(pmlfile)

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