asn Scale (GPL)

Syntax

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

or

asn(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 an arcsine scale. Data values for this scale must fall in the closed interval [0, 1]. That is, for any data value x, 0 ≤ x ≤ 1.

Example

Figure 1. Example: Specifying an arcsine scale
SCALE: asn(dim(1))