View source: R/sigmoNormalize.R
sigmoNormalize | R Documentation |
Flatten image extrema by sigmoidal transformation
sigmoNormalize(x, lambda = 2, z0 = 1.5, scaled = F)
x |
a 2D matrix |
lambda |
smoothness of transformation |
z0 |
center of sigmoidal transformation |
scaled |
are input values scaled ? |
Normalized 2D matrix, with values ranging from 0 to 1
Allan Sauvat, allan.sauvat@gustaveroussy.fr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.