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 text

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

See Also

gsi

Examples

data(iris)
pairs(iris,text.panel=gsi.textpanel)

[Package compositions version 0.9-10 Index]