asm_graphPPlot: Probability–Probability Plot of data

Description Usage Arguments Examples

View source: R/asm_graph.R

Description

This function plots the Probability–Probability plot of data.

Usage

1
asm_graphPPlot(data, theoMean = mean(data), theoSD = sd(data))

Arguments

data

a vector, list or data.frame of data values.

theoMean

mean for theoretic distribution.

theoSD

standard deviation for theoretic distribution.

Examples

1
asm_graphPPlot(iris[,c("Sepal.Width", "Sepal.Length")])

animalSymbolicum/assumptions documentation built on Dec. 19, 2021, 3:37 a.m.