Learn R Programming

compositions (version 2.0-4)

gsi.textpanel: 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 text

Author

K.Gerald v.d. Boogaart http://www.stat.boogaart.de

Details

The function is used against log-scale problems in pairs called by function boxplot.acomp.

See Also

gsi

Examples

Run this code
#data(iris)
#pairs(iris,text.panel=gsi.textpanel)

Run the code above in your browser using DataLab