atanh Scale (GPL)

Syntax

atanh(dim(<numeric>), <function>)

or

atanh(aesthetic(aesthetic.<aesthetic type>), <function>)

<numeric>. A numeric value indicating the dimension to which the scale applies. See the topic dim Function (GPL) for more information.

<function>. One or more valid functions.

<aesthetic type>. An aesthetic type indicating the aesthetic to which the scale applies. This is an aesthetic created as the result of an aesthetic function (such as size) in the ELEMENT statement.

Description

Creates a Fisher's z scale (also called the hyberbolic arctangent scale). Data values for this scale must fall in the open interval (-1, 1). That is, for any data value x, -1 < x < 1.

Example

Figure 1. Example: Specifying a Fisher's z scale
SCALE: atanh(dim(1))