ident | R Documentation |
Perform standarization of vector relative to another.
ident(x, y = x)
x |
a numeric vector, matrix or data frame |
y |
an optional numeric vector, matrix or data frame. Default is x. |
Scale y
based on x
component by component. For example, if both are a matrix,
y[,i]=(y[,]-min(x[,i]))/(max(x[,i])-min(x[,i]))
.
a scaled y
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.