9 lines
148 B
R
Raw Permalink Normal View History

2025-01-12 00:52:51 +08:00
## title: A test script for the function stitch()
## author: Yihui Xie
set.seed(1121)
(x = rnorm(20))
mean(x);var(x)
boxplot(x)
hist(x, main = '')