Learn R Programming

compositions (version 1.01-1)

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

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