Learn R Programming

textBoxPlacement (version 1.0)

textBoxUserUnits: textBoxUserUnits

Description

compute the heights of the text boxes in user units

Usage

textBoxUserUnits(tList, yrange, verbose)

Value

numeric vector of the heights of the text boxes in user units

Arguments

tList

a list of character strings for text boxes to label the curves

yrange

numeric vector (max-min) for vector of y values

verbose

Boolean if TRUE print informative or diagnostic messages to console

Examples

Run this code
textBoxUserUnits(textList,yrange(yList1),verbose=TRUE)

Run the code above in your browser using DataLab