get.l {EMMAgeo} | R Documentation |
Generate a vector of weight transformation values from l.min to l.max.
Description
This function generates a sequence of weight transformation values that
range from l_min (by default zero) to l_max (by default 95 % of the
maximum possible value). It uses the function test.l.max()
.
Usage
get.l(X, n = 10, max = 0.95, min = 0)
Arguments
X |
|
n |
|
max |
|
min |
|
Value
Numeric
vector of class "EMMAgeo_l"
, weight
transformation values.
Author(s)
Michael Dietze, Elisabeth Dietze
See Also
Examples
## load example data set
data(example_X)
## infer l-vector
l <- get.l(X = X,
n = 5,
max = 0.8,
min = 0.02)
[Package EMMAgeo version 0.9.7 Index]