ExpOutQQ: Quantile Quantile Plots

View source: R/fn_exp_QQPlot.R

ExpOutQQR Documentation

Quantile Quantile Plots

Description

This function automatically scans through each variable and creates normal QQ plot also adds a line to a normal quantile quantile plot.

Usage

ExpOutQQ(data, nlim = 3, fname = NULL, Page = NULL, sample = NULL)

Arguments

data

Input dataframe or data.table

nlim

numeric variable limit

fname

output file name. Output will be generated in PDF format

Page

output pattern. if Page=c(3,2), It will generate 6 plots with 3 rows and 2 columns

sample

random number of plots

Value

Normal quantile quantile plot

See Also

geom_qq

Examples

CData = ISLR::Carseats
ExpOutQQ(CData,nlim=10,fname=NULL,Page=c(2,2),sample=4)

SmartEDA documentation built on Dec. 4, 2022, 1:15 a.m.