normalize {smvgraph} | R Documentation |
Extracts the numeric vectors from a data frame and normalizes each vector.
normalize(x, method = 1)
x |
data.frame or matrix |
method |
integer: normalization method (default:
|
numeric matrix
In package normalize
or at CRAN
normalize(iris, 2)