TITLE(units @@ Graphical Units)
USAGE(
xinch(x=1)
yinch(x=1)
)
ALIAS(xinch)
ALIAS(yinch)
DESCRIPTION(
LANG(xinch) and LANG(yinch) convert the specified number of
inches given as their arguments into the correct units
for plotting with graphics functions.)
EXAMPLES(
# plot labels offset 0.2 inches to the right
# of plotted symbols in a plot
plot(x, y)
text(x+xinch(0.2), y, labs, adj=0)
)
