Description Usage Arguments Value Examples
View source: R/cbk.plot.message.R
Display message on a diagram.
1  | cbk.plot.message(pmlfile_or_stone, text)
 | 
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.  | 
Dataframe used to plot the diagram
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!"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.