gsi.textpanel {compositions} | R Documentation |
Internal function: A panel displaying a label only
Description
A function useful as a text.panel in pairs.
Usage
gsi.textpanel(x,y,lab,...)
Arguments
x |
discarded |
y |
discarded |
lab |
text to be plotted to the middle of the panel |
... |
further graphical parameters passed to |
Details
The function is used against log-scale problems in pairs
called by function boxplot.acomp
.
Note
Do not use gsi.* functions directly since they are internal functions of the package
Author(s)
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
See Also
Examples
#data(iris)
#pairs(iris,text.panel=gsi.textpanel)
[Package compositions version 2.0-8 Index]