media | R Documentation |
Esta funcion sirve para obtener la media de un vector.
media(x)
x |
A vector. |
The mean of a vector.
x <- 1:7
media(x)
mean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.