| transf | R Documentation | 
Histograms of several transformations
transf(vec, xround = NULL)
vec | 
 a numerical vector  | 
xround | 
 numeric, used to round   | 
A plot
x <- rnorm(1000, mean=100) transf(x) transf(x, 1) x <- rpois(1000, lambda=7) + rnorm(1000) transf(x) transf(x, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.