## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ---- echo = FALSE, fig.width = 7, fig.height = 5------------------------
library("StatEngPlots")
abc <- rweibull(1000,4)
ppcc(abc)
## ---- echo = FALSE, fig.width = 7, fig.height = 5------------------------
a <- rnorm(100,0,1)
sdplot(a,divide=FALSE,nr=10)
## ---- echo = FALSE, fig.width = 7, fig.height = 5------------------------
b <- rpois(100,3)
meanplot(b,divide=FALSE,nr=10)
## ---- fig.height = 6, fig.width = 6--------------------------------------
x <- rnorm(100,0.1)
fourplot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.