0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
knitr
/
misc
/
[
Home
]
File: stitch-test.R
## 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 = '')