Introduction

this is an doc template. ok.

dat=c(4,5,2,1)
mean(dat)
## [1] 3
sd(dat)
## [1] 1.825742

the mean and std of dat

boxplot(dat)