vignettes/Vignette2.R

## ----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)
AUMath-AdvancedR2018/StatEngPlots documentation built on May 23, 2019, 6:01 p.m.