normal_plots: Graphical representation of Normal assumption, Univariate...

Description Usage Arguments Value

View source: R/graphics.R

Description

Graphical representation of Normal assumption, Univariate data

Usage

1
2
3
4
5
normal_plots(
  x,
  title_list = list(hist = "histogram", scatter = "scatter", qqnorm =
    "Theoretical vs Sample quantiles")
)

Arguments

x

Num Vector

title_list

Optional

Value

list of plots: Scatter of x, histogram of x, qqplot of x


Davide-bll/Shinymod documentation built on April 17, 2021, 8:42 a.m.