View source: R/network_options.R
heuristicScale | R Documentation |
Heuristic function to use in high dimensions
heuristicScale(
x,
subExp10 = -1,
expMult = -1,
subExp = -1,
sub.exp10 = deprecated(),
exp.mult = deprecated(),
sub.exp = deprecated()
)
x |
vector of values to scale |
subExp10 |
value to subtract to base 10 exponential, for example:
|
expMult |
parameter to multiply exponential, i.e. to have a negative exponential or positive |
subExp |
value to subtract for exponentional, for example if x = 0,
|
sub.exp10 |
|
exp.mult |
|
sub.exp |
a vector of scaled values
heuristicScale(rnorm(1:10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.