inst/misc/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 = '')
sultanabubaker/SAST-r-project2-new documentation built on April 25, 2022, 12:06 a.m.