gsi.mapin01 {compositions}R Documentation

Internal functions: Storing integers as reals

Description

An integer number is stored in a dataset with a given range.

Usage

gsi.mapin01(i,min=0,max=1)
gsi.mapfrom01(x)
gsi.mapmin(x)
gsi.mapmax(x)

Arguments

i
x
max
min

{the minimum of the created dataset}

Details

The function is used to get full control over the graphic ranges in pair plots and to pass the used column to panel functions.

Value

gsi.mapin01 gives a vector x with range(\var{x})==c(min,max) and gsi.mapfrom01(\var{x}), gsi.mapmin(\var{x}), gsi.mapmax(\var{x}) result in i, max and min.

Note

Do not use gsi.* functions directly since they are internal functions of the package

Author(s)

K.Gerald v.d. Boogaart http://www.stat.boogaart.de

See Also

gsi, plot.acomp

Examples

gsi.mapin01(5)

[Package compositions version 0.9-11 Index]