e_qq: Qplot + Qline

View source: R/mod_normal_utils.R

e_qqR Documentation

Qplot + Qline

Description

Qplot + Qline

Usage

e_qq(data, colorpoint = "steelblue", colorline = "gray")

Arguments

data

a numeric column of a data.frame.

colorpoint

a color for the points.

colorline

a color for the line.

Value

echarts4r plot

Author(s)

Diego Jimenez <diego.jimenez@promidat.com>

Examples

e_qq(iris$Sepal.Length)


forecasteR documentation built on July 9, 2023, 6:37 p.m.

Related to e_qq in forecasteR...