Description Usage Arguments Value Examples
View source: R/normalization.r
Title
1 | propnormdfreplace(df, columns)
|
df |
data frame to be |
columns |
a vector of columns to be normalized |
a new data frame with both original and the normalized data with column names ending in normalized
1 2 3 4 5 | df1 = data.frame(a = c(0.4, 0.3, .35, .45), b = c(.45, .40, .40, .3))
propnormdfreplace(df1)
df2 = data.frame(a = c(0.3, .34, .38), b = c(0.2, 0.21, 0.25), c = c(.45, .42, .41))
propnormdfreplace(df2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.