cbk.plot.message: Display message on a diagram.

Description Usage Arguments Value Examples

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

Description

Display message on a diagram.

Usage

1
cbk.plot.message(pmlfile_or_stone, text)

Arguments

pmlfile_or_stone

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

text

Message to be displayed on diagram. When it is with special caractors, quote it in advance.

Value

Dataframe used to plot the diagram

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,"ppm")
cbk.plot.message(pmlame,sQuote("Hello, world!"))

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