Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gsimap01

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

an integer number to be masked

x

a numeric vector created by gsi.mapin01.

max

the maximum of the created dataset

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(x)==c(min,max) and gsi.mapfrom01(x), gsi.mapmin(x), gsi.mapmax(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

Examples

#gsi.mapin01(5)

compositions

Compositional Data Analysis

v2.0-1
GPL (>= 2)
Authors
K. Gerald van den Boogaart <boogaart@hzdr.de>, Raimon Tolosana-Delgado, Matevz Bren
Initial release
2021-01-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.