cLoglog Scale (GPL)

Syntax

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

or

cLoglog(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. These are optional.

<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 complementary log-log-transformed scale (also called a Weibull scale). The formula for the transformation is log(log(1/(1-x)). Data values for this scale must fall in the open interval (0, 1). That is, for any data value x, 0 < x < 1.

Example

Figure 1. Example: Specifying a Weibull scale
SCALE: cLoglog(dim(2))