powered by
An integer number is stored in a dataset with a given range.
gsi.mapin01(i,min=0,max=1) gsi.mapfrom01(x) gsi.mapmin(x) gsi.mapmax(x)
an integer number to be masked
a numeric vector created by gsi.mapin01.
gsi.mapin01
the maximum of the created dataset
the minimum of the created dataset
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.
range(x)==c(min,max)
gsi.mapfrom01(x)
gsi.mapmin(x)
gsi.mapmax(x)
i
max
min
The function is used to get full control over the graphic ranges in pair plots and to pass the used column to panel functions.
gsi, plot.acomp
gsi
plot.acomp
# NOT RUN { #gsi.mapin01(5) # }
Run the code above in your browser using DataLab