powered by
gstem(X, scale)
x <- rnorm(100, 10, 1) stem(x) stem(x, 2) layout(t(1:2)) gstem(x) gstem(x, 2)
Run the code above in your browser using DataLab