#Z score normalisation
z_score <- function (x,...)
{
a <- pnorm(x)
print(a)
}
#examples
#mtcars <- as.matrix(mtcars)
#z_score(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.