legend.control {chplot}R Documentation

Options for legend in chplot

Description

Checks and packages the legend options chplot

Usage

legend.control(include=TRUE,area.in,pos,cex,bty,title)

Arguments

include logical; if TRUE (default), a legend is created.
pos forces the position of the legend. The available options are in and out; the default depends on ratio value. If in is chosen, the legend is positioned by the user with mouse; out places the legend in the top right corner of the plotting area.
area.in logical; if TRUE, the area per point is calculated for each group and included in the legend. The default is TRUE if chull=TRUE and FALSE otherwise.
cex a numerical value giving the amount by which text in the legend should be scaled relative to the default.
bty the type of box to be drawn around the legend. See par.
title the title of the legend; the default is the name of the grouping variable.

Value

A list with the same elements as the input.

See Also

chplot.


[Package chplot version 1.1 Index]