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

Description Usage Arguments Value See Also Examples

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

Description

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

Usage

1
cbk.plot.trace(pmlfile_or_stone, opts = NULL, tableunit = "none", ...)

Arguments

pmlfile_or_stone

A CASTEML file that exits locally or stone-ID (or pmlame).

opts

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

tableunit

Unit to toss to cbk.read.casteml.

Value

A pmlame used to plot the diagram.

See Also

https://github.com/misasa/casteml

Examples

1
2
3
4
pmlfile <- cbk.path("20081202172326.hkitagawa.pml")
message(sprintf("The pmlfile is located at |%s|.",pmlfile))
pmlame  <- cbk.read.casteml(pmlfile,tableunit="ug/g",category=NULL)
cbk.plot.trace(pmlame,tableunit="ug/g")

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